Style code refactoring.

This commit is contained in:
msavulescu
2025-07-14 23:44:41 +03:00
parent 6705330900
commit 1727c6f734
3 changed files with 41 additions and 49 deletions

View File

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