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