svg-to-inline
v1.0.0
Published
Web Component to fetch an external SVG file and use it inline.
Maintainers
Readme
Status ✅
Demo 🚀
Access https://tiagoporto.github.io/svg-to-inline/
Installation 📦
npm i svg-to-inlineUsage ➡️
<script type="module">
import 'svg-to-inline/svg-to-inline.js'
</script>
<svg-to-inline
path="./images/logo.svg"
className="my-class other-class"
lazy
></svg-to-inline>Contributing 🤝
License 📄
This project is licensed under the MIT License.
