chore: add prettier and format

This commit is contained in:
2025-11-09 17:25:09 +01:00
parent c114c8c1d8
commit 64a51c9cad
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>