You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ysyxx e2037fbb59
项目工程内容
2 months ago
..
build 项目工程内容 2 months ago
README.md 项目工程内容 2 months ago
demo.html 项目工程内容 2 months ago
main.js 项目工程内容 2 months ago
webpack.config.js 项目工程内容 2 months ago

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