reorganization

This commit is contained in:
Kyle
2018-11-07 17:59:01 -08:00
parent 29df4fe212
commit 32112242f8
7 changed files with 874 additions and 820 deletions

View File

@@ -1,3 +1,4 @@
//Create a canvas to work on when making white pixels transparent
var transparentCanvas = document.createElement("canvas")
var transparentContext = transparentCanvas.getContext("2d")