🎨
Multiple Watermark Types
Support for Canvas, SVG, and Element watermarks to suit different needs and scenarios.
A lightweight, flexible watermark library for your web applications
npm install gwm
// Import the library
import gwm from 'gwm';
// Create a watermark with default options
gwm.creation();
// Create a watermark with custom options
gwm.creation({
txt: 'Confidential Document',
fontSize: 14,
color: '#ff0000',
alpha: 0.2,
angle: -20
});