deSVG - Remove inline SVG bloat from your HTML document

added by Robert Greyling
1/4/2015 2:32:53 PM

303 Views

deSVG takes the `img` tags you supply. It then grabs, using AJAX, the raw SVG you've set in the `src` attribute and replaces that `img` with the `svg` it downloads.


0 comments