1.0.2 • Published 4 years ago

vuepress-plugin-dline v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

vuepress-plugin-dline

安装

npm i vuepress-plugin-dline -D

使用

// docs/.vuepres/config.js
module.exports = {
  plugins: [
    [
      'dline',
      {
        zIndex: -1, // 背景层级
        opacity: .9, // 背景透明度
        color: '#666', // 线条颜色 16进制
        count: 166 // 线条密度
      }
    ]
  ]
}
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago