comments (i will forget this)

This commit is contained in:
2022-03-22 18:46:43 -05:00
parent fa391ba7d4
commit 49b2db417f

View File

@@ -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;
} }