add Konva.Image.fromURL to TS definitions. close #356

This commit is contained in:
Mario Lubenka
2018-03-10 22:27:40 +01:00
parent d1fbcae49e
commit 2420f1e838

1
konva.d.ts vendored
View File

@@ -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 {