dotLines: initial adding

This commit is contained in:
Sheldan
2025-08-08 23:50:33 +02:00
parent 7337a4c917
commit 8c86e89470
9 changed files with 1140 additions and 0 deletions

19
dotLines/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "dotLines",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"canvas-common": "file:../canvas-common"
},
"devDependencies": {
"vite": "^5.1.5"
}
}