alexcorvi / heic2any

Converting HEIF/HEIF image formats to PNG/GIF/JPEG in the browser
https://alexcorvi.github.io/heic2any/
MIT License
585 stars 74 forks source link

EvalError - can this solution work without eval? #15

Open rubenstolk opened 3 years ago

rubenstolk commented 3 years ago

We have a strict Content Security Policy and unfortunately that prevents me from using heic2any. The code contains 2 references to new Function.

Wondering if that can be solved?