Skip to content

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

License

Notifications You must be signed in to change notification settings

izmttk/hexo-filter-inline-svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published