npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

koishi-plugin-watermark-remover

v0.0.2

Published

一个用于 Koishi 的去水印插件。

Readme

koishi-plugin-watermark-remover

一个用于 Koishi 的去水印插件,基于 Puppeteer 自动操作 https://unwatermark.ai/

功能

  • 命令:wmremove [image:image]
  • 支持从参数或消息内容中读取图片
  • 可选项:Remove TextRemove LogoEnhance Quality
  • 处理完成后自动返回结果图片

安装

确保已安装并启用以下依赖:

  • koishi
  • koishi-plugin-puppeteer

在 Koishi 中安装本插件后启用即可。

配置

  • model:模型选择(默认 Auto V2.3
  • removeText:是否移除文字
  • removeLogo:是否移除 Logo
  • enhanceQuality:是否增强画质
  • debug:是否输出调试日志
  • timeout:处理超时时间(毫秒)

使用

发送命令并附带图片:

wmremove

或:

wmremove [图片]

注意

unwatermark 每日有免费次数上限,请适当使用。

免责声明

本插件通过自动化方式调用第三方网站服务。使用者需自行承担以下责任:

  • 遵守目标网站的服务条款、使用政策及法律法规
  • 确认上传图片的版权、隐私和数据合规性
  • 自行评估第三方服务稳定性、可用性和数据安全风险

作者与贡献者不对因使用本插件导致的服务中断、数据泄露、侵权纠纷或其他损失承担责任。

License

MIT