steffest / DPaint-js

Webbased image editor, modeled after the legendary Deluxe Paint with a focus on retro Amiga file formats: read and write Amiga icon files and IFF ILBM images
https://www.stef.be/dpaint/
MIT License
481 stars 28 forks source link

Allow users to delete the first frame (and replace it with a blank frame) #10

Open tristanbob opened 1 year ago

tristanbob commented 1 year ago

If I want to throw away the current drawing and start over with a blank one, I believe these are the only options:

Use the Eraser tool

Add new frame + delete existing frame

File -> New (or Alt-N)

Preferred solution:

steffest commented 1 year ago

Right! Same for layers probably.

In the meantime, you can also press the "delete" key to quickly clear the current layer (including undo) Or use "Image" -> "Clear" in the menu.