popkat412 / y2-cs-paint-app

Paint/drawing app for Y2 computer studies
https://wangy412.github.io/y2-cs-paint-app/
0 stars 0 forks source link

y2-cs-paint-app

TODO

Features

Documentation

TODO (lol)

Layers

Layers are shown on the right, (it should be that) the layer that is shown on top, is drawn on top, but in the actual code, its implemented as an array and it gets drawn from start to end, so the topmost layer is actually at the back.
Things are done this way so its easier to add layers (just push to the end) and also drawing is easier (can do for...of loop instead of needing custom loop to loop backwards)

Keyboard Shortcuts

Color Note: all color shortcuts have prefix c

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.