UNPKG

hexo-filter-inline-image

Version:

hexo-filter-inline-image ## Installation

10 lines (7 loc) 220 B
hexo.config.inline_image = Object.assign({ enabled: true, compress: true, remote: false, limit: 2048 }, hexo.config.inline_image); hexo.extend.filter.register('after_post_render', require('./lib/imageInline'))