canvas-tablet
Version:
Tablet是一个轻量级的基于canvas的在线画板,无其他依赖,`传统网站`或`vue`、`react`、`angular`等单页面应用皆可使用!兼容各种移动设备!
41 lines (40 loc) • 1.15 kB
JSON
{
"name": "canvas-tablet",
"version": "2.0.6",
"description": "Tablet是一个轻量级的基于canvas的在线画板,无其他依赖,`传统网站`或`vue`、`react`、`angular`等单页面应用皆可使用!兼容各种移动设备!",
"main": "dist/Tablet-2.0.min.js",
"scripts": {
"build": "rollup --config rollup.build.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/941477276/Tablet.git"
},
"author": "hearth_learning_money",
"license": "ISC",
"bugs": {
"url": "https://github.com/941477276/Tablet/issues"
},
"homepage": "https://github.com/941477276/Tablet#readme",
"keywords": [
"canvas",
"canvas tablet",
"drawing board",
"Online handwriting board",
"画板",
"在线画布",
"在线手写板"
],
"files": [
"dist/Tablet-2.0.min.js",
"images/tablet2.0_effect.gif",
"package.json",
"README.md",
"README-1.0.md"
],
"devDependencies": {
"rollup": "^2.68.0",
"rollup-plugin-terser": "^7.0.2"
}
}