draw-curved-arrows
Version:
Draw a curved arrow from target to target through the canvas
37 lines (36 loc) • 878 B
JSON
{
"name": "draw-curved-arrows",
"version": "1.0.5",
"description": "Draw a curved arrow from target to target through the canvas",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nayounho/draw-curved-arrows.git"
},
"keywords": [
"curved",
"arrow",
"draw",
"come",
"leave"
],
"prevate": "false",
"author": "younhona, byeonggukhan",
"license": "MIT",
"bugs": {
"url": "https://github.com/nayounho/draw-curved-arrows/issues"
},
"homepage": "https://github.com/nayounho/draw-curved-arrows#readme",
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sass": "^1.52.0",
"typescript": "^4.6.4"
}
}