echarts-watermark-webpack-plugin
v1.0.2
Published
Through the form of webpack plugin, add the watermark of echarts library globally at one time
Downloads
3
Maintainers
Readme
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
})
]
}