coandco / TSSSF-Frontend

This is a frontend for the web-generator branch of coandco/CardMachine
MIT License
4 stars 5 forks source link

Allow for direct download of exported images #11

Closed coandco closed 9 years ago

coandco commented 9 years ago

People don't necessarily want to export all of their cropped/bleed images to imgur, so it'd be good to have an option to just download them directly. We already support this on the backend, so it's just a matter of adding the UI elements and a way to trigger the download in the Javascript.

coandco commented 9 years ago

Relevant StackOverflow questions: http://stackoverflow.com/questions/283956/is-there-any-way-to-specify-a-suggested-filename-when-using-data-uri http://stackoverflow.com/questions/809057/how-do-i-programmatically-click-on-an-element-in-firefox