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