alvin-imageviewer
Version:
一款基于 Html5、Canvas 的图片编辑器
28 lines (27 loc) • 591 B
JSON
{
"name": "alvin-imageviewer",
"version": "2.2.0",
"description": "一款基于 Html5、Canvas 的图片编辑器",
"main": "mbc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "alvinliao",
"license": "ISC",
"dependencies": {
"jquery": "^3.5.1"
},
"devDependencies": {
"css-loader": "^4.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alvinyw/imageViewer.git"
},
"homepage": "https://github.com/Alvinyw/imageViewer",
"keywords": [
"canvas",
"vue",
"imageviewer"
]
}