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