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

Create a base template for `donwloadFile` #83

Open hunkim98 opened 1 year ago

hunkim98 commented 1 year ago

Currently our editor has matured greatly. I can proudly say that we have accomplished the core features for creating an artwork through our editor. Now our concern is to allow users to freely export their work to their preferred file format. For instance, a user could prefer to first do some work in Dotting and continue their work in Adobe Illustrator or Aseprite. For such functions, one should think about format. How do we ease the implementation of exporting dotting data into other formats?

I currently have no clue in how to implement this template. I welcome anyone who wants to delve into this issue.