refactor: update PreviewColor props to be optional and adjust layout in demos

This commit is contained in:
David Haz
2025-07-15 12:10:43 +03:00
parent 0421c6fd74
commit 114d544102
5 changed files with 15 additions and 20 deletions

View File

@@ -6,9 +6,9 @@ export const balatro: CodeObject = {
installation: `npm install ogl`,
usage: `<template>
<Balatro
:is-rotate="false"
:mouse-interaction="true"
:pixel-filter="700"
:is-rotate="false"
:mouse-interaction="true"
:pixel-filter="700"
/>
</template>