pngImage()
pngImage(
g,bounds,imageBytes):void
Defined in: src/utils.ts:154
Renders a PNG image from bytes
Parameters
| Parameter | Type |
|---|---|
g | CanvasRenderingContext2D |
bounds | Rect |
imageBytes | Uint8Array |
Returns
void
pngImage(
g,bounds,imageBytes):void
Defined in: src/utils.ts:154
Renders a PNG image from bytes
| Parameter | Type |
|---|---|
g | CanvasRenderingContext2D |
bounds | Rect |
imageBytes | Uint8Array |
void