Insert SVG into HTML like an IMG tag
i

Martin OwensInsert SVG into HTML like an IMG tag

Martin Owens

Ever wanted to insert your svg documents directly into your html without having to copy and paste them? Now you can, use this simple javascript to turn <div data-svg="..."></div> into <div><svg>...</svg></div>


Comment here...