1.0.0-alpha.1 • Published 5 years ago

svg-to-inline v1.0.0-alpha.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

SVG to Inline Open Source Love

Release Downloads install size js-standard-style License

Inline docs devDependencies Status

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.