An open API service indexing awesome lists of open source software.

https://github.com/jimmyn/hexo-helper-inline-svg


https://github.com/jimmyn/hexo-helper-inline-svg

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# hexo-helper-inline-svg

Hexo helper that inlines svg image

## Install

``` bash
$ npm install hexo-helper-inline-svg --save
```

## Usage

Add in your theme:

```html
<%- inline_svg('/images/example.svg') %>
```

Or if you want to base64 encode the image

```html

```

## License

MIT