dataurl2
An easy-to-use NodeJS library for parsing and "stringifying" data URLs, originally forked from dataurl.
Table of Contents
Installation
Before installation, you must ensure that your development environment includes Node.js and a package manager. The following example uses npm; however, you can also use pnpm or yarn.
$ npm install dataurl2
API Documentation
Special Thanks
A special thanks goes out to brianloveswords for creating the original package, dataurl. My contribution to this repository was to update its code to use modern framework(s) and export Typescript typings for use in some of my own personal projects.