edgeit.js
Version:
基于Canvas的智能图片描边处理库
26 lines (25 loc) • 635 B
JSON
{
"name": "edgeit.js",
"version": "1.0.2",
"description": "基于Canvas的智能图片描边处理库",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/friend-nicen/edgeit.git"
},
"keywords": [
"图片描边",
"边缘检测",
"图像轮廓提取"
],
"author": "爱心发电丶",
"license": "SEE LICENSE IN LICENSE",
"types": "./index.d.ts",
"bugs": {
"url": "https://github.com/friend-nicen/edgeit/issues"
},
"homepage": "https://github.com/friend-nicen/edgeit#readme"
}