This commit is contained in:
2022-03-22 18:47:04 -05:00
parent 49b2db417f
commit 3182e27111

View File

@@ -137,7 +137,7 @@ function runThree({ canvas, text, zoom = 1, scale = 1, width, height }: runThree
interface Text3DArgs extends ComponentProps<'canvas'> {
children: string;
/**
* zoom < 100
* 0 < zoom < 100
*/
zoom?: number;
scale?: number;