UNPKG

to-data-url

Version:

toDataURL ========= [![Build Status](https://travis-ci.org/imyelo/toDataURL.png?branch=master)](https://travis-ci.org/imyelo/toDataURL) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![Codeship](https://www.codeship

42 lines (41 loc) 858 B
{ "name": "to-data-url", "version": "1.0.1", "author": { "name": "yelo", "email": "zhihuzeye@gmail.com" }, "homepage": "https://github.com/imyelo/toDataURL", "repository": { "type": "git", "url": "git://github.com/imyelo/toDataURL.git" }, "bugs": { "url": "https://github.com/imyelo/toDataURL/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/imyelo/toDataURL/blob/master/LICENSE" } ], "keywords": [ "data-url", "dataURL", "base64", "image", "img" ], "main": "./src/index.js", "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-watch": "~0.5.3", "grunt-duojs": "^0.1.1", "grunt-mocha-phantomjs": "~0.3.2" } }