UNPKG

@thasmo/external-svg-polyfill

Version:

Small and basic polyfill to support referencing external SVG files.

13 lines (12 loc) 305 B
export default interface Options { target: string | SVGUseElement[] | NodeListOf<SVGUseElement>; context: HTMLElement; root: HTMLElement; run: boolean; prefix: boolean; detect: boolean; observe: boolean; crossdomain: boolean; namespace: string; agents: RegExp[]; }