Inject SVGs into the DOM
"Let's say you have an SVG available at some URL, and you'd like to inject it into the DOM for various reasons. This module does the heavy lifting for you by delegating the process to
@tanem/svg-injector
, which makes an AJAX request for the SVG and then swaps in the SVG markup inline.The async loaded SVG is also cached, so multiple uses of an SVG only require a single server request."