MCPcopy
hub / github.com/darkreader/darkreader / svgToDataURL

Function svgToDataURL

tests/inject/dynamic/image-analysis.tests.ts:25–27  ·  view source on GitHub ↗
(svg: string)

Source from the content-addressed store, hash-verified

23});
24
25function svgToDataURL(svg: string) {
26 return `data:image/svg+xml;base64,${btoa(svg)}`;
27}
28
29function getSVGImageCSS(svg: string, width: number, height: number, selector: string) {
30 return multiline(

Callers 2

getSVGImageCSSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected