This commit is contained in:
icssoa
2025-07-29 16:16:06 +08:00
parent 752beb9437
commit db2cfc8e59
10 changed files with 43 additions and 26 deletions

View File

@@ -15,7 +15,4 @@ export type ClSignProps = {
maxStrokeWidth?: number;
velocitySensitivity?: number;
autoRotate?: boolean;
landscapeWidthRatio?: number;
landscapeHeightRatio?: number;
fullscreen?: boolean;
};