yosoyubik / canvas

Peer-to-peer paint app for Urbit
MIT License
142 stars 9 forks source link

If image bucket is unavailable, download svg file #30

Closed johnhyde closed 2 years ago

johnhyde commented 2 years ago

This opens up the "Export canvas" to everyone.

In the future, perhaps we should render it to a PNG, as most image hosting sites like imgur don't accept SVGs.

johnhyde commented 2 years ago

Ok, I've added PNG export as a menu option

yosoyubik commented 2 years ago

Downloading SVG and PNG files works fine but If an S3 bucket is available, exporting to PNG uploads this? Not sure where this comes from; maybe related to to the S3 upload library?

johnhyde commented 2 years ago

Changes implemented