1.0.2 • Published 1 year ago

echarts-watermark-webpack-plugin v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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
      })
    ]
}
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago