Skip to content

Get started quickly

Installation

sh
$ npm install cat-tool
sh
$ pnpm add cat-tool
sh
$ yarn add cat-tool

Usage

js
import { Watermark } from "cat-tool";

new Watermark({ content: "hello world!" });

Released under the MIT License