helia icon indicating copy to clipboard operation
helia copied to clipboard

Provide convenience wrappers for adding/reading IPLD blocks of raw bytes

Open ranile opened this issue 1 year ago • 0 comments

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

ranile avatar May 13 '24 15:05 ranile