UNPKG

svg-in-png

Version:

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

7 lines (6 loc) 208 B
// TODO: try to implementing the good font familly export function AddingStyleTag() { //let styleTag =`<style>${fontFace}</style>` let styleTag= document.createElement('style') return styleTag }