UNPKG

@recogito/annotorious

Version:

A JavaScript image annotation library

5 lines 313 B
export declare const SVG_NAMESPACE = "http://www.w3.org/2000/svg"; export declare const sanitize: (doc: Element | Document) => Element | Document; /** Helper that forces an un-namespaced node to SVG **/ export declare const insertSVGNamespace: (originalDoc: Document) => Element; //# sourceMappingURL=SVG.d.ts.map