0.0.7 • Published 3 years ago

vuepress-plugin-progressive-image-loader v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm badge

Description

A VuePress plugin to help loading the image in a progressive way,just like gatsby.js and medium.

Just like this! a demo

How to use

If you want to have a try, you can do like follows.

$ npm install vuepress-plugin-progressive-image-loader

And in .vuepress/config.js:

module.exports={
    plugin:{'vuepress-plugin-progressive-image-loader'}
}

features

  • Follow the laws of progressive loading.
  • Generate a small base64 thumbnail for place holder, so it can save the loading time of pages.
  • Add a blur for the thumnail to make the transition more fluent.

Warning

It's just a very naive version,having many bugs to fix!!!

TODO

  • support custom image size in markdown
0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago