kenvinlu / canva-editor

Canva Editor is a sleek design tool crafted with React, TypeScript, and Vite. Empower your creativity with a fast, intuitive, and versatile design experience.
https://www.canvaclone.com
25 stars 8 forks source link

Export will direct download the Image how to get finally binary data that is useful ! #12

Open vijaypaytune opened 6 months ago

vijaypaytune commented 6 months ago

As by clicking on Export but that will download user have no access to use that image binary data. if there is way to save binary data to variable. that can be use to preview accordingly and upload that binary data and easily access to the URL anywhere

bw-tim commented 6 months ago

Good point, also noticed this in demo. Suggestion would be to add a loader now the export feels to much as a surprise. Optionally a dialog first that shows a preview and give option to provide a filename with an automatic filename suggestion based on the template name plus datetime of export. Having this dialog and the suggested file handling also opens the possibility to do something else with the file first. As in export to other application.