Skip to content

快速开始

安装

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

使用示例

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

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

开始使用

对于每个工具的用法,请查阅对应的独立文档

基于 MIT 许可发布