Basic setup with p5.js and p5.min.js

This commit is contained in:
Dennis Schoepf 2021-07-13 20:40:21 +02:00
parent 8eda641a27
commit a6b755acca
9 changed files with 119484 additions and 103 deletions

7
.prettierrc Normal file
View file

@ -0,0 +1,7 @@
{
"tabWidth": 2,
"printWidth": 100,
"semi": true,
"trailingComma": "es5",
"singleQuote": true
}