1.0.0 • Published 8 years ago

vectorwatch-sample-stream v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

A sample vectorwatch-stream that runs in browser

Installation:

npm install npm start Open http://localhost:8080/sample.html in your browser Open the console, click the two buttons

Whenever you change something in sample.js you will need to regenerate sample-bundle.js with the command:
browserify sample.js -o sample-bundle.js