chore: add prettier and format

This commit is contained in:
2025-11-09 17:25:09 +01:00
parent 29c05de6ec
commit 5da56fd83b
8 changed files with 4059 additions and 2050 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts" setup>
useRender((ctx) => {
ctx.fillStyle = "green";
ctx.fillRect(0, 0, 100, 100);
ctx.fillStyle = "green";
ctx.fillRect(0, 0, 100, 100);
});
</script>