-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
PhotoStack currently uses the Pica library for resizing images. We're stuck on version 7.0, because version 7.1 and later throw this error in Firefox (and possibly other browsers):
Uncaught (in promise) Error: Pica: cannot use getImageData on canvas, make sure fingerprinting protection isn't enabled
resize https://cdn.jsdelivr.net/npm/[email protected]/dist/pica.min.js:13
promise callback*["/index.js"]</v.prototype.resize https://cdn.jsdelivr.net/npm/[email protected]/dist/pica.min.js:13
This will not be fixed in Pica, so the library needs to eventually be replaced with a different one or a native browser function.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request