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

picgo-plugin-pic-compress

v1.0.0

Published

一个用于 PicGo 的强大图片压缩插件,支持 JPEG、PNG、GIF 的有损和无损压缩。

Readme

PicGo 图像压缩插件 (picgo-plugin-pic-compress)

隐私安全: 所有压缩操作均在你的电脑本地完成,图片文件不会被上传到任何第三方服务器,请放心使用。

一个功能强大且易于使用的 PicGo 插件,它可以在你上传图片前,自动对图片进行本地压缩,以优化图片体积、节省存储空间和流量,并加快访问速度。

✨ 主要功能

  • 全自动处理: 无需任何额外操作,在图片上传时自动执行压缩。
  • 多种压缩模式:
    • JPEG 提供高质量的有损压缩。
    • PNG 提供无损压缩(默认)和有损压缩两种模式。
    • GIF 提供无损压缩。
  • 简洁易用的配置: 提供直观的下拉菜单,让你轻松选择每种图片格式的压缩方式和效果。
  • 中文界面: 所有配置项均为中文,符合你的使用习惯。

安装指南

  1. 打开 PicGo 应用程序。
  2. 进入 插件设置 页面。
  3. 在顶部的“插件搜索”框中输入 picgo-plugin-pic-compress 并搜索。
  4. 点击安装按钮。
  5. 安装完成后,重启 PicGo 应用程序使插件生效。

⚙️ 如何配置

安装并重启 PicGo 后,在 插件设置 页面找到 picgo-plugin-pic-compress 插件,点击其旁边的设置图标 (⚙️) 即可进入配置界面。

配置界面非常简单,只有四个选项:

  1. 总开关

    • 用于开启或关闭整个插件的压缩功能。默认为 开启
  2. JPEG 压缩方式

    • 为 JPEG 图片选择有损压缩的画质等级。推荐使用 中等画质 以在文件大小和图片质量间取得最佳平衡。
  3. PNG 压缩方式

    • 为 PNG 图片选择压缩模式。默认为 无损压缩,你也可以选择不同级别的 有损压缩 来获取更小的文件体积。
  4. GIF 压缩方式

    • 为 GIF 图片选择无损压缩或关闭。默认为 无损压缩

🚀 如何使用

配置完成后,一切都会自动发生!你只需要像平常一样上传图片,插件就会在后台对符合条件的图片进行压缩,然后再将其上传。

📄 许可证

MIT