hunkim98 / dotting

Dotting is a pixel art editor component library for react
https://hunkim98.github.io/dotting/
MIT License
43 stars 12 forks source link

Add foreground layer and background layer for users to manipulate canvas #77

Closed hunkim98 closed 11 months ago

hunkim98 commented 1 year ago

Some users might want to draw something on top of the canvas or behind the canvas. For instance, there might be some use cases where people would want to enable pixel drawing on top of a photo.

To enable such features, we should add additional canvas layers to our editor