deSVG : JS Library to Remove inline SVG bloat

    deSVG : JS Library to Remove inline SVG bloat

    deSVG is a js library to remove inline SVG bloat from your HTML document.
    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.

    Leave a Reply