UNPKG

svg-in-png

Version:

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

8 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cleanBoard = void 0; function cleanBoard(context, width, height) { context.clearRect(0, 0, width, height + 30); } exports.cleanBoard = cleanBoard; //# sourceMappingURL=cleanBoard.js.map