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