1j01 / jspaint

🎨 Classic MS Paint, REVIVED + ✨Extras
https://jspaint.app/about
MIT License
7.22k stars 562 forks source link

1px erasers #171

Closed TheAwesome98-Real closed 4 years ago

TheAwesome98-Real commented 4 years ago

In regular paint, there is no transparency, so I pencil white, but we need 1px erasers (EDIT: in JSPaint). I need to draw 1px transparency areas, but I have to resize the canvas and go out of my way to do it.

1j01 commented 4 years ago

If you have a number pad, use numpad +/- to control the eraser size (and other tools). Otherwise, you could set up a key mapping with something like AutoHotKey, or enter eraser_size = 1 in the F12 console (not guaranteed to work in future versions).

TheAwesome98-Real commented 4 years ago

Okay, thanks! (Sorry for late reply, didn’t get notification)