b64-to-blob icon indicating copy to clipboard operation
b64-to-blob copied to clipboard

Results 3 b64-to-blob issues
Sort by recently updated
recently updated
newest added

For those of us who prefer to `import { b64toBlob } from 'b64-to-blob'`

Hi, thanks for the library :) I'm trying to use it within an Angular app (and Typescript). If I import it like that: `import b64toBlob from 'b64-to-blob';` and then use...