zimjs 17.3.3 → 17.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1432,6 +1432,7 @@ declare namespace zim {
1432
1432
  keyOut(color?: string, tolerance?: number, replacement?: color): this
1433
1433
  getColorAt(x: number, y: number, array?: boolean): string | [number]
1434
1434
  drawImageData(x?: number, y?: number, sourceX?: number, srcY?: number, srcWidth?: number, srcHeight?: number): void
1435
+ addBitmapData(): Bitmap
1435
1436
  static fromData(data: any, callback: Function): void
1436
1437
  imageData: { data: [number] }
1437
1438
  svg: SVGElement