Refactor scene management with store

This commit is contained in:
Dennis Schoepf 2021-07-18 14:41:53 +02:00
parent f9079e4823
commit 871b4116ff
10 changed files with 69 additions and 59 deletions

View file

@ -18,6 +18,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"p5": "^1.4.0"
"p5": "^1.4.0",
"zustand": "^3.5.7"
}
}