base64-image
Version:
a simple base64 string to image middleware of Express
23 lines (22 loc) • 493 B
JSON
{
"name": "base64-image",
"version": "0.1.0",
"description": "a simple base64 string to image middleware of Express",
"main": "index.js",
"author": "turing <o.u.turing@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/turingou/base64-image.git"
},
"keywords": [
"base64",
"images",
"canvas",
"base64-to-image",
"base64-image"
],
"bugs": {
"url": "https://github.com/turingou/base64-image/issues"
}
}