Hexo.io helper to inline SVG images
npm install hexo-helper-inline-svgHexo helper that inlines svg image
`` bash`
$ npm install hexo-helper-inline-svg --save
Add in your theme:
`html`
<%- inline_svg('/images/example.svg') %>
Or if you want to base64 encode the image
`html``
MIT