Administrator eec7f449c9 first commit пре 4 година
..
build eec7f449c9 first commit пре 4 година
README.md eec7f449c9 first commit пре 4 година
demo.html eec7f449c9 first commit пре 4 година
main.js eec7f449c9 first commit пре 4 година
webpack.config.js eec7f449c9 first commit пре 4 година

README.md

Default browser runtime example

In browser sprite is rendered and injected in page automatically, you just refer to images via <svg><use xlink:href="#id"></use></svg>.

Demo

Input

import twitterIcon from '../assets/twitter.svg';

Reference in HTML

<svg>
  <use xlink:href="#twitter"></use>
</svg>

Input

Output