UNPKG

base64-img-promise

Version:

Convert img to base64, or convert base64 to img, with the option of using promises

37 lines (36 loc) 880 B
{ "name": "base64-img-promise", "version": "1.0.5", "description": "Convert img to base64, or convert base64 to img, with the option of using promises", "main": "base64-img.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/e-e/base64-img-promise.git" }, "keywords": [ "base64", "img", "image", "img base64", "promise" ], "author": "Eric Ellingson <ellingsonster@gmail.com>", "original_author": "douzi <liaowei08@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/e-e/base64-img-promise/issues" }, "homepage": "https://github.com/e-e/base64-img-promise", "dependencies": { "ajax-request": "^1.2.0", "file-system": "^2.1.0" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0", "mocha": "^4.1.0" } }