Skip to content

romannurik/dataurl.app

Repository files navigation

Project graphic thumb

Data URL Maker

A super simple web app for quickly generating a data: URL from a PNG, SVG, text blob, etc.

Building

To build:

$ npm install
$ npm run build

To run dev server:

$ npm start