diff --git a/konva.d.ts b/konva.d.ts index 414ff54f..3c9b7a53 100644 --- a/konva.d.ts +++ b/konva.d.ts @@ -753,6 +753,7 @@ declare namespace Konva { cropWidth(cropWidth: number): this; cropHeight(): number; cropHeight(cropHeight: number): this; + static fromURL(url: string, callback: Function): void; } interface LineConfig extends ShapeConfig {