Lazy loading blurred thumbnails Beta v2.0.0-rc14
Word count
132 words
Reading time
1 minute
🚧 Constructing
Nice to meet you! But sorry, this page is still under construction. If you don’t find the information you are interested in, you can first find the content you are interested in in the navigation in the sidebar to start reading.
A markdown-it
plugin wraps and transforms image tags to support unlazy lazy loading with blurhash, thumbhash encoding, and more.
Installation
Install @nolebase/markdown-it-unlazy-img
to your project dependencies by running the following command:
shell
ni @nolebase/markdown-it-unlazy-img -D
shell
pnpm add @nolebase/markdown-it-unlazy-img -D
shell
npm install @nolebase/markdown-it-unlazy-img -D
shell
yarn add @nolebase/markdown-it-unlazy-img -D