svg-to-inline

Web Component to request an SVG file external and use inline.

MIT License

Downloads
75
Stars
5
Committers
2

SVG to Inline Open Source Love

Web Component to request an SVG file external and use inline.

Work in Progress

Installation

npm i svg-to-inline

Usage

<script type="module">
  import 'svg-to-inline/svg-to-inline.js';
</script>

<svg-to-inline
  path="images/logos/logo.svg"
  lazy="true"
  class-Name="my-class other-class"
  loading-Label="Loading"
></svg-to-inline>

Contributing

See how to contribute.

License

SVG to Inline is released under the terms of the MIT.

Package Rankings
Top 23.13% on Npmjs.org
Badges
Extracted from project README
Release Downloads install size js-standard-style License devDependencies Status