/e-watermark

add watermark by canvas

Primary LanguageTypeScriptMIT LicenseMIT

E-Watermark

Example

import { watermark } from 'e-watermark'

watermark({
  width: 100,
  height: 150,
  content: 'hello',
  rotate: -50,
})