comments (i will forget this)
This commit is contained in:
@@ -142,7 +142,13 @@ interface Text3DArgs extends ComponentProps<'canvas'> {
|
|||||||
zoom?: number;
|
zoom?: number;
|
||||||
scale?: number;
|
scale?: number;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* width or height or both, missing value will be calculated by the text size's aspect ratio
|
||||||
|
*/
|
||||||
width?: number;
|
width?: number;
|
||||||
|
/**
|
||||||
|
* width or height or both, missing value will be calculated by the text size's aspect ratio
|
||||||
|
*/
|
||||||
height?: number;
|
height?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user