tiagoporto / svg-to-inline

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG to Inline Open Source Love

LIKED ? Leave a : 😞

Release Downloads install size js-standard-style License

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.

About

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

License:MIT License


Languages

Language:JavaScript 88.2%Language:HTML 11.8%