Naloga 2: WIP Bezier curves

This commit is contained in:
Gašper Dobrovoljc
2024-11-17 19:09:01 +01:00
parent d825f4e090
commit 0671004a38
11 changed files with 301 additions and 1 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"semi": true,
"trailingComma": "all",
"tabWidth": 4,
"singleQuote": true
}