🕹 Adds controller functionality

This commit is contained in:
Rune Harlyk
2023-05-14 21:39:43 +02:00
parent c67caf94c1
commit eb5d690871
3 changed files with 108 additions and 31 deletions
+2 -1
View File
@@ -29,7 +29,8 @@
"vite-plugin-singlefile": "^0.13.5"
},
"dependencies": {
"nipplejs": "^0.10.1"
"nipplejs": "^0.10.1",
"svelte-hero-icons": "^5.0.0"
},
"lint-staged": {
"*.js": "eslint --cache --fix",