Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 369 Bytes

FWC (Fun With Canvas)

This is a series of repos containing experiments with canvas, this was a short talk I gave for GDLJS.

All the repos depend on node, npm and browserify. To get them running do

npm install
npm install -g browserify
# go to folder of the example you want to run
browserify ./js/main.js -o ./js/bundle.js
open index.html