UNPKG

@mattkrick/sanitize-svg

Version:

a small script to remove script tags from SVGs

4 lines 206 B
/// <reference types="node" /> declare const sanitizeSVG: (svg: File | Buffer, window?: Window | null) => Promise<File | Buffer | null>; export default sanitizeSVG; //# sourceMappingURL=sanitizeSVG.d.ts.map