Constructors
Methods
Static
imagesOnBackgroundColor
- imagesOnBackgroundColor(width, height, color, ...images): Promise<Blob>
Parameters
- width: number
- height: number
- color: TinyColor
Rest
...images: (
| ImageBitmap
| HTMLCanvasElement
| HTMLImageElement
| SVGImageElement
| HTMLVideoElement)[]
Returns Promise<Blob>
Static
uuidv4
- uuidv4(): string
Returns string