Small tweaks

This commit is contained in:
David Haz
2025-07-19 16:29:57 +03:00
parent 2ad7e7d8d9
commit 89db3af185
7 changed files with 54 additions and 55 deletions

View File

@@ -18,4 +18,4 @@ export const crosshair: CodeObject = {
const containerElement = computed(() => containerRef.value);
</script>`,
code
};
};

View File

@@ -24,4 +24,4 @@ export const dither: CodeObject = {
import Dither from "./Dither.vue";
</script>`,
code
};
};