image-base64
Version:
Convert image to Base64 format
29 lines (27 loc) • 611 B
JSON
{
"name": "image-base64",
"version": "1.0.2",
"description": "Convert image to Base64 format",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chenqf/image-base64.git"
},
"keywords": [
"base64",
"imageBase64",
"image-to-base64"
],
"author": "chenqf",
"license": "ISC",
"bugs": {
"url": "https://github.com/chenqf/image-base64/issues"
},
"homepage": "https://github.com/chenqf/image-base64#readme",
"dependencies": {
"mime-types": "^2.1.14"
}
}