UNPKG

svg-in-png

Version:

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

3 lines 274 B
export declare function addingFontFamilyFromUrl(svg: HTMLElement | SVGSVGElement, url: string | undefined): Promise<void>; export declare const gettingFontFromurl: (url: string | undefined) => Promise<any[]> | undefined; //# sourceMappingURL=addingFontFamilyFromUrl.d.ts.map