jcoon97 / dataurl2

Simple NodeJS library for parsing/stringifying a data URL, with TypeScript typings included

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple NodeJS library for parsing/stringifying a data URL, with TypeScript typings included

License:Other


Languages

Language:TypeScript 85.4%Language:JavaScript 14.6%