mirror of
https://github.com/konvajs/konva.git
synced 2026-01-24 05:45:14 +08:00
Update Node.ts
This commit is contained in:
@@ -57,7 +57,7 @@ export interface NodeConfig {
|
||||
listening?: boolean;
|
||||
id?: string;
|
||||
name?: string;
|
||||
opacity?: Number;
|
||||
opacity?: number;
|
||||
scale?: Vector2d;
|
||||
scaleX?: number;
|
||||
scaleY?: number;
|
||||
|
||||
Reference in New Issue
Block a user