htc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce
..
build 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce
README.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce
demo.html 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce
main.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce
webpack.config.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce

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