scratch-render/.gitignore
Christopher Willis-Ford 14b34f4b3c WIP pen layer
This is the absolute basics of a working pen layer. Still to do:
- Make it so that the pen layer can be in the drawables list so that it
  can be in front of the backdrop but behind other Drawables.
- Remove current debug canvas operations
- Add pen layer API
2016-12-15 13:35:37 -08:00

19 lines
174 B
Plaintext

# Mac OS
.DS_Store
# NPM
/node_modules
npm-*
# Testing
/.nyc_output
/coverage
# IDEA
/.idea
# Build
/dist
/playground/scratch-render.js
/playground/scratch-render.js.map