Skip to content

Watermark Configurator

Adjust the options to update the watermark on this page, then copy the generated initialization code.

Related: Watermark guide · Watermark options · Watermark methods

js
import { Watermark } from 'watermark-js-plus' // import watermark plugin

const watermark = new Watermark({
  "width": 300,
  "height": 300,
  "rotate": 45
})

watermark.create() // add watermark

watermark.destroy() // remove watermark

Released under the MIT License.