nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
178 stars 14 forks source link

Scalable png export #188

Closed Krad23 closed 4 years ago

Krad23 commented 4 years ago

187

This allows the user to set the desired scale instead of just selecting double pixels when exporting as png.

nurpax commented 4 years ago

Looks great in general! Thanks for taking the time to implementing this.

Krad23 commented 4 years ago

Looks great in general! Thanks for taking the time to implementing this.

No problem and thanks you for building this thing! :)

nurpax commented 4 years ago

Squashed, merged, and fixed the defaultValue business. There was a bug in my code which was why you had to use defaultValue. Fixed the bug and now it works as I expect it to.

Thank you very much for the code! I'm hoping to close a couple of other issues before I release the next Petmate version. This will be included in whatever the next version will be.

nurpax commented 4 years ago

Changes went in here: https://github.com/nurpax/petmate/commit/113e52ddcc835ebd15a6285273a60f78f4690c39

Krad23 commented 4 years ago

Cheers. :)