Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.16 KB

dingdang-tool

Documents

https://evanliu2968.github.io/dingdang-tool/

Universal tools from Dingdang Cat, without dependency.

Tools List

  • Scan
  • Socket
  • clipboard
  • color
  • coordinate
  • tree
  • xss
  • ...

Getting Started

Install

npm install @evanliu2968/dingdang-tool --save

Usage

We are die hard fans of ECMAScript 6, so we recommend you writing code in modern javascript.

import { Scan } from '@evanliu2968/dingdang-tool';

Also we provide an advanced way to tree shaking the code with Rollup.js and Webpack 2

import Scan from '@evanliu2968/dingdang-tool/lib/Scan';

License

MIT