Improve history handling, add color picking and node creation.

This commit is contained in:
2025-01-12 23:27:34 +01:00
parent 62950be032
commit 823f3d7730
7 changed files with 244 additions and 119 deletions

View File

@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"predev": "bun i",
"dev": "bunx --bun nuxi dev"
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 bunx --bun nuxi dev"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",