UNPKG

rough-markup

Version:

A markup-style wrapper for `rough.js`.

42 lines (41 loc) 853 B
{ "name": "rough-markup", "version": "1.0.1", "description": "A markup-style wrapper for `rough.js`.", "main": "dist/rough-markup.umd.js", "module": "dist/rough-markup.esm.js", "typings": "dist/rough-markup.esm.d.ts", "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@gitee.com:zhi/rough-markup.git" }, "keywords": [ "svg", "canvas", "graphics", "sketchy", "roughjs", "hand", "drawn", "hand-drawn" ], "author": "Zhi <yfwz100@yeah.net>", "license": "MIT", "files": [ "dist" ], "devDependencies": { "rollup": "^2.40.0", "rollup-plugin-ts": "^1.3.7", "tslib": "^2.1.0", "typescript": "^4.2.3" }, "dependencies": { "roughjs": "^4.3.1", "htm": "^3.0.4" } }