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 users to manipulate panzoom value #76

Open hunkim98 opened 1 year ago

hunkim98 commented 1 year ago

Currently there are not methods for manipulating the panzoom values (scale, offset value) It seems that we could add methods for manipulating them since some users would need to set it. I also believe that we should change the method of panzoom to a more flexible one since the current version has its min and max panzoom value fixed.