initial commit

This commit is contained in:
s-prechtl 2022-11-29 09:32:09 +01:00
commit 02391633c5
9 changed files with 320 additions and 0 deletions

6
frontend/package.json Normal file
View file

@ -0,0 +1,6 @@
{
"dependencies": {
"@types/p5": "^1.4.3",
"p5": "^1.5.0"
}
}