# @univerjs/watermark ## Package Overview | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales | | --- | --- | --- | --- | --- | :---: | :---: | | `@univerjs/watermark` | `UniverWatermark` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ⭕️ | ⭕️ | ## Introduction `@univerjs/watermark` Provides Univer with the ability to add watermarks ## Usage ### Installation ```shell # Using npm npm install @univerjs/watermark # Using pnpm pnpm add @univerjs/watermark ``` ### Register the plugin ```typescript import { UniverWatermarkPlugin } from '@univerjs/watermark'; univer.registerPlugin(UniverWatermarkPlugin); ``` [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/watermark?style=flat-square [npm-version-link]: https://npmjs.com/package/@univerjs/watermark [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/watermark?style=flat-square [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/watermark?style=flat-square