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
I need to obtain in some way pngData or a Uint8ClampedArray
The text was updated successfully, but these errors were encountered:
realtebo
changed the title
Havine data passed from PHP, how can we handle the file?
Having data passed from PHP, how can we handle the file?
Aug 6, 2021
I've this snippet reading a png
I need to convert the png to a Uint8ClampedArray (to decode a QRCode client-side, long story)
Is there a way using your lib to get file content from a base64 string?
For instance, I am doing a similar thing using jpeg-js
I need to obtain in some way pngData or a Uint8ClampedArray
The text was updated successfully, but these errors were encountered: