Updated Definition

This commit is contained in:
Haseeb Majid
2019-03-18 22:54:01 +00:00
parent 21adc178a4
commit 0c4fe5b002

View File

@@ -176,8 +176,8 @@ export class Image {
export class ImageData {
constructor(canvas: Canvas, data: number[], height: number, width: number);
readonly data: number[];
readonly height: number;
readonly width: number;
readonly height: number | undefined;
readonly width: number | undefined;
}
export class Path2D {