
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
19 lines
174 B
Plaintext
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
|