0.2.0 • Published 1 year ago

hexo-filter-inline-svg v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

hexo-filter-inline-svg

npm package license GitHub issues

A Hexo plugin that inline your svg in the img tag into HTML file.

Installation

$ npm install hexo-filter-inline-svg --save

Usage

The plugin is enabled by default. You can configure it in _config.yml by adding the following configuration items

inline_svg:
  enable: true
  priority: 100

priority field means the order of execution of filters, low-priority filter will be executed first. For more detailed introduction, please see https://hexo.io/api/filter#Synopsis

LICENSE

MIT

0.2.0

1 year ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago