Skip to content

Commit

Permalink
Added browser example.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdave1 committed May 15, 2017
1 parent 94ced2c commit ad78747
Show file tree
Hide file tree
Showing 4 changed files with 12,985 additions and 0 deletions.
9 changes: 9 additions & 0 deletions browser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
1. Install browserify

npm install -h browserify

2. Run:

browserify draw.js -o bundle.js

3. Open index.html in a browser.
Loading

0 comments on commit ad78747

Please sign in to comment.