Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 726 Bytes

File metadata and controls

27 lines (17 loc) · 726 Bytes

@nolebase/markdown-it-unlazy-img

A markdown-it plugin wraps and transforms image tags to support unlazy lazy loading with blurhash, thumbhash encoding, and more.

Install

Npm

npm i @nolebase/markdown-it-unlazy-img -D

Yarn

yarn add @nolebase/markdown-it-unlazy-img -D

Pnpm

pnpm add @nolebase/markdown-it-unlazy-img -D

Documentation

Please refer to Lazy loading blurred images for more information.