js-inlinesvg
v0.9.0
Published
Import SVG as Inline HTML
Maintainers
Readme
js-inlinesvg
MIT-Licensed :: Blanik.me :: Amadeusz Blanik :: 2019
This package use Fetch API so you may need to upgrade your Babel to newer version or use Polyfill.
How to use
- Install
js-inlinesvgpackage. Eg.yarn add js-inlinesvg - Import
InlineSVG.js. Eg.import InlineSVG from "js-inlinesvg" - Define InlineSVG in your
app.jsfile. Eg.const InlineSVG = new InlineSVG("inlineSVG")
