Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 231 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 231 Bytes

Banner of the website

npm install

then

to run example:

browserify example/start.js  -o example/app.js -d -v

serve as you wish.

to use it inside a website

browserify index.js  -o app.js -d -v