Generate Watermark
Github

gwm.js

Quickly build your page watermark to protect your system's security and privacy。

Default

gwm.creation()

Demo 1

gwm.creation({
txt:'13987654321',
width: 198,
height: 140,
x: 20,
y: 70,
fontSize: 13,
color: '#ff0000'
})

Demo 2

gwm.creation({
mode: 'svg',
watch: false,
fontSize: 12,
color: '#8a2be2'
font: 'sans-serif',
alpha: 0.2,
angle: -15
})