UNPKG

@kibisis/connect-kit

Version:

The UI kit to allow dApps to connect to the Kibisis wallets.

7 lines 282 B
/** * Convenience function to convert a raw SVG string to an SVG data URI. * @param {string} svgString - A raw SVG string. * @returns {string} An encoded data URI SVG. */ export default function svgToDataURI(svgString: string): string; //# sourceMappingURL=svgToDataURI.d.ts.map