cheap-glitch / fretboarder

🎸 A web app to visualize scales, chords and arpeggios on all kinds of fretboards.
https://fretboarder.app
Mozilla Public License 2.0
100 stars 15 forks source link

export jpg and png #14

Closed sugizo closed 4 years ago

sugizo commented 4 years ago

Description

export to jpg and png in ./src/modules/export.js seems unfinished yet

Implementation details

export to jpg and png should provide a file with it's selected format, thanks

cheap-glitch commented 4 years ago

Thank you for the bug report!

The cause is the CSP header that's preventing the image blob from being loaded by the browser. I pushed a fix on the develop branch, this should be resolved when the new version is deployed.

cheap-glitch commented 4 years ago

Tested in Firefox and Chromium, works again.