initial code

This commit is contained in:
Preet Shihn
2020-05-26 17:04:38 -07:00
parent a2e4cd3a5d
commit 6cec7bf0e7
9 changed files with 535 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "rough-notation",
"version": "0.0.1",
"description": "Annotate html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pshihn/rough-notation.git"
},
"keywords": [
"annotate",
"rough",
"sketchy"
],
"author": "Preet Shihn",
"license": "MIT",
"bugs": {
"url": "https://github.com/pshihn/rough-notation/issues"
},
"homepage": "https://github.com/pshihn/rough-notation#readme",
"devDependencies": {
"typescript": "^3.9.3"
},
"dependencies": {
"roughjs": "^4.3.1"
}
}