image-data-uri
image-data-uri copied to clipboard
Library to easily decode/encode Data URI images
I think you need to include the `lib/image-data-uri.d.ts` image in your published package for the types to be available. I see them in the repo, but [yarn doesn't think](https://yarnpkg.com/package/image-data-uri) there's...
Hi, is there a license associated with this repo? I want to use it in a project.
Low Prototype Pollution Package yargs-parser Patched in >=13.1.2 =15.0.1 =18.1.2 Dependency of image-data-uri Path image-data-uri > magicli > cliss > yargs-parser More info https://npmjs.com/advisories/1500 Proposed solution: Update magicli to use...
Thanks for your work, for information: >Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
It would be great for the module, when it encounters an error, to `throw` an `Error` object containing a documented error code. This would enable user code to reliably `try......