drawing shapes on a canvas when the user clicks

This commit is contained in:
Gavin McDonald
2016-02-17 10:32:14 -05:00
commit f7cb7c094a
18 changed files with 1665 additions and 0 deletions

7
src/main.js Normal file
View File

@@ -0,0 +1,7 @@
import Tessellate from './tessellate.js';
var tessellate = new Tessellate({
element: '#container'
});