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
Similar to @helia/strings (and others), I would like to have a package that takes a Uint8Array for add and returns a Uint8Array for get
This is particularly helpful when dealing with files that aren't text files (e.g. images). I want to be able to upload an image as-is without needed the costly conversion to/from base64
The text was updated successfully, but these errors were encountered:
Similar to
@helia/strings
(and others), I would like to have a package that takes aUint8Array
foradd
and returns aUint8Array
forget
This is particularly helpful when dealing with files that aren't text files (e.g. images). I want to be able to upload an image as-is without needed the costly conversion to/from base64
The text was updated successfully, but these errors were encountered: