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

Allow painting with alpha value (transparency) #96

Open hunkim98 opened 10 months ago

hunkim98 commented 10 months ago

Currently the brush is consisted of 1 and 0. 1 means fill and 0 means no fill. For real pixel-art, we should allow users to use natural brush where the alpha values of the edges are smaller than the ones in the center.