gjoint-line
Version:
join two elements with bezier line, arc line or square line
24 lines (23 loc) • 515 B
JSON
{
"name": "gjoint-line",
"version": "1.3.0",
"description": "join two elements with bezier line, arc line or square line",
"main": "js/joint-line.js",
"keywords": [
"joint",
"line",
"bezier"
],
"author": "jianghongzhe",
"license": "MIT",
"repository": "https://gitee.com/gigi198436/gjoint-line",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^6.1.0"
}
}