1.1.7 • Published 2 years ago

vuepress-plugin-image-viewer v1.1.7

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

vuepress-plugin-image-viewer

This plugin will make your images viewer in your VuePress site.

这个插件会让你的VuePress网站上的图片有便捷的语言效果。

Get start

安装插件

npm install vuepress-plugin-image-viewer
# or
yarn add vuepress-plugin-image-viewer

配置VuePress插件

docs/.vuepress/config.js

module.exports = {
  // ...
  plugins: [
    [
      'vuepress-plugin-image-viewer',
      {
        selector: '.theme-default-content', // 你想要的插件起作用的页面的class或id
      },
    ],
  ]
  // ...
}

Demo

Live Demo

options

这个插件基于 viewerjs 这个库封装的,按照他们库的API配置即可。

See documentation in viewerjs

Reference

viewerjs vuepress-plugin-zooming

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago