svg2base64-loader
Version:
A Webpack Loader to turn SVGs into Base64
16 lines (15 loc) • 504 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="format-detection" content="telephone=no, email=no"/>
<meta name="fragment" content="!"/>
</head>
<body>
<div id="root"></div>
</body>
</html>