1.2.1 • Published 3 years ago

picgo-plugin-watermark v1.2.1

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

picgo-plugin-watermark

Screenshot

npm.io

npm.io

npm.io

Features

Add watermark to picture

Installation

Open PicGo>=2.2.0 and add this plugin picgo-plugin-watermark

Setting

fontFamily

字体文件路径。E.g./Users/fonts/Arial-Unicode-MS.ttf

默认只支持英文水印,中文支持需要自行导入中文字体文件。

text

水印文字。E.g.hello world

textColor

水印文字的颜色,支持rgb和hex格式。E.g.rgb(178,178,178)#b2b2b2

fontSize

字体大小,默认14

image

水印图片路径。E.g./Users/watermark.png,优先级大于文字

position

位置,默认rb

export enum PositionType {
  lt = "left-top",
  ct = "center-top",
  rt = "right-top",
  lm = "left-middle",
  cm = "center-middle",
  rm = "right-middle",
  lb = "left-bottom",
  cb = "center-bottom",
  rb = "right-bottom"
}

minSize

原图最小尺寸,小于这一尺寸不添加水印。E.g.200*200。

高度或宽度任何一个小于限制,都会触发

ChangeLog

ChangeLog

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.1.0-beta

4 years ago

0.0.12-debug1

4 years ago

0.0.12-debug2

4 years ago

0.0.12-debug3

4 years ago

0.1.0-debug4

4 years ago

0.1.0-debug3

4 years ago

0.1.0-debug2

4 years ago

0.1.0-debug1

4 years ago

0.0.11-debug5

4 years ago

0.0.11-debug4

4 years ago

0.0.11-debug3

4 years ago

0.0.11-debug2

4 years ago

0.0.11-debug1

4 years ago

0.0.11

4 years ago

0.0.8-debug7

4 years ago

0.0.8-debug6

4 years ago

0.0.8-debug5

4 years ago

0.0.8-debug4

4 years ago

0.0.8-debug3

4 years ago

0.0.8-debug2

4 years ago

0.0.8-debug1

4 years ago

0.0.8

4 years ago

0.0.7-debug7

4 years ago

0.0.7-debug5

4 years ago

0.0.7-debug6

4 years ago

0.0.7-debug4

4 years ago

0.0.7-debug3

4 years ago

0.0.7-debug2

4 years ago

0.0.7-debug1

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago