UNPKG

svg-in-png

Version:

export SVG into image, its work with recharts and any other image svg

8 lines (7 loc) 160 B
export function cleanBoard( context: CanvasRenderingContext2D, width: number, height: number ) { context.clearRect(0, 0, width, height + 30); }