1.2.0 • Published 1 year ago

watermark-dfs v1.2.0

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

说明

此包仅供公司内部使用

install

npm install watermark-dfs

使用

 
@description:
@param {*} displaytext 展示的水印文字  默认:location.hostname
@param {*} cansWidth 单位画布宽  默认:300
@param {*} cansHeight 单位画布高  默认:180
@param {*} cansRotate 旋转角度  默认:-15
@param {*} cansFont 文字fonsSize  默认:20
@param {*} cansfillBG 填充背景颜色  默认:rgba(200, 200, 200, 0.20
@param {*} cansfillTextAlign 文字对齐方式  默认:left
@param {*} uniqueId 唯一标识符号
     

Watermark.set({
    displayText: "dmm.doublefs.com", // 水印文案
    cansWidth: 300,
    cansHeight: 200,
    cansRotate: -15,
    cansFont: 20,
    cansfillBG: "rgba(0, 0, 0, 0.1)",
    cansfillTextAlign: "left",
    uniqueId:'98765432.8765432.765432'
});

Watermark.set();
1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.0.9

1 year ago

1.1.7

1 year ago

1.0.8

1 year ago

1.1.6

1 year ago

1.0.7

1 year ago

1.1.5

1 year ago

1.0.6

1 year ago

1.1.4

1 year ago

1.0.5

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago