We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When including this package in my vue3 app, I get the following error: Uncaught SyntaxError: Invalid or unexpected token (at
Uncaught SyntaxError: Invalid or unexpected token (at
Which points to this line: https://github.com/alexcorvi/heic2any/blob/3428539e643e112323a5b8a2c77c6402cb1372f6/dist/heic2any.js#L21
The workerString is too big, but here is the specific spot it is failing on: isWindows:!(bA=\"data:application/octet-stream;base6
isWindows:!(bA=\"data:application/octet-stream;base6
I think this workerString should be a dependency. Where is it's sourcecode? This one single line is 1.3MB in size...
The text was updated successfully, but these errors were encountered:
BTW, because this line is so long it crashes nearly everything I try to open the file in. I'm wondering why it was done this way.
See visual studio code:
Sorry, something went wrong.
Comments out the heic support, and removes heic2any as a dependency. …
f237689
…See: alexcorvi/heic2any#53
No branches or pull requests
When including this package in my vue3 app, I get the following error:
Uncaught SyntaxError: Invalid or unexpected token (at
Which points to this line: https://github.com/alexcorvi/heic2any/blob/3428539e643e112323a5b8a2c77c6402cb1372f6/dist/heic2any.js#L21
The workerString is too big, but here is the specific spot it is failing on:
isWindows:!(bA=\"data:application/octet-stream;base6
I think this workerString should be a dependency. Where is it's sourcecode? This one single line is 1.3MB in size...
The text was updated successfully, but these errors were encountered: