2.0.0 • Published 2 years ago

dataurl2 v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

dataurl2

GitHub Workflow Status npm GitHub issues GitHub

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.