Skip to content

intbingbing/echarts-watermark-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

echarts-watermark-webpack-plugin

Usage

const EchartsWatermarkWebpackPlugin = require('echarts-watermark-webpack-plugin');

module.exports = {
    plugins: [
      new EchartsWatermarkWebpackPlugin({
        text: 'Text', size: 100, alpha: 0.3, font: '18px Microsoft Yahei', rotate: 45
      })
    ]
}

About

Through the form of webpack plugin, add the watermark of echarts library globally at one time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published