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

13
vaja_1/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vaja 1</title>
<script type="module" src="main.js"></script>
</head>
<body>
<canvas width="512" height="512"></canvas>
</body>
</html>