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

Layer support for editor #42

Closed hunkim98 closed 1 year ago

hunkim98 commented 1 year ago

I have had some interviews with some designers on dotting-genai. It seems that many people want the layer feature in the editor. People want multiple layers on the canvas so that they can control each layer differently.

I previously thought that implementing layers should be done by the programmer who uses this dotting library. However, after much thought, I found out that it is very difficult for a programmer to implement a layer feature by importing dotting.

I believe we should implement this layer feature in the dotting library. This is a difficult task, but I believe it is worth a try!

hunkim98 commented 1 year ago

Closing this issue since the PR was merged