UNPKG

svg-in-png

Version:

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

8 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createImage = void 0; function createImage(context, image, width, height) { context.drawImage(image, -10, 50, width, height); } exports.createImage = createImage; //# sourceMappingURL=createImage.js.map