comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user