You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way of calling decode() with a synchronous API, like you did with the original jpeg-asm repository?
I'm having issues with the original repo because of the import command:
import jpegasm from 'jpeg-asm'
failing with error:
Uncaught TypeError: r.cwrap is not a function
I posted an issue here gchudnov/jpeg-asm#2 but then noticed that you created this repository and it looks like you've fixed the error here.
My only issue now is that this repo looses the synchronous API.
The text was updated successfully, but these errors were encountered:
Is there a way of calling decode() with a synchronous API, like you did with the original jpeg-asm repository?
I'm having issues with the original repo because of the import command:
failing with error:
I posted an issue here gchudnov/jpeg-asm#2 but then noticed that you created this repository and it looks like you've fixed the error here.
My only issue now is that this repo looses the synchronous API.
The text was updated successfully, but these errors were encountered: