Basic setup with p5.js and p5.min.js
This commit is contained in:
parent
8eda641a27
commit
a6b755acca
9 changed files with 119484 additions and 103 deletions
7
.prettierrc
Normal file
7
.prettierrc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"tabWidth": 2,
|
||||
"printWidth": 100,
|
||||
"semi": true,
|
||||
"trailingComma": "es5",
|
||||
"singleQuote": true
|
||||
}
|
||||
Reference in a new issue