⚡️
Mini
Based on typescript, Only 0.67kb
Dom2canvas(element?: Element, styles?: string, options?: Options): Promise<HTMLCanvasElement>
type Element = HTMLElement | string
interface Options {
width?: string
height?: string
canvas?: HTMLCanvasElement
}
Based on typescript, Only 0.67kb
Transform to canvas | image | pdf
Provide the styles you want to show!!