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-cloudflare-telegraph

v1.2.2

Published

cloudflare-telegraph

Readme

picgo-plugin-cloudflare-telegraph

PicGo 插件

  • 适配 Cloudflare Pages托管 Telegraph-Image 项目的 PicGo 插件。
  • Telegraph-Image 是免费图片托管解决方案,Flickr/imgur替代品。使用Cloudflare Pages部署和图片保存在Telegraph。

提前准备

  • 部署 Telegraph-Image 项目,得到 https://telegraph-image-xx.pages.dev 图床链接。

    image-20240311113909254

使用

PicGo 配置

  • 安装插件

    image-20240311115910836

  • 图床链接添加到API地址

    当用户名和密码为空是,在相册删除照片时,图床的图片不会删除。

    当填写用户名和密码,在相册删除照片时,图床的图片也一起删除。

    :删除逻辑是把图片加入黑名单屏蔽图片链接实现,可以在图片管理网页加入白名单实现找回

    image-20240311113909254

PicGo-Core 配置

  • 安装PicGo-Core

    1、下载 picgo.exe ,可以配置程序的环境变量(可选)

    2、使用 npm 全局安装 npm install picgo -g

  • 安装插件

    输入执行

    D:\xxx\picgo.exe install cloudflare-telegraph

    or

    picgo install cloudflare-telegraph
  • 配置文件 ~\.picgo\config.json 参数设置

    {
      "picBed": {
        "uploader": "cloudflare-telegraph",
        "cloudflare-telegraph": {
          "url": "https://telegraph-image-xxx.pages.dev"
        }
      },
      "picgoPlugins": {
        "picgo-plugin-cloudflare-telegraph": true
      }
    }
  • 测试

    准备一张图片

    D:\xxx\picgo.exe  upload D:\xxx\xx\xx.jpg

    or

    picgo u D:\xxx\xx\xx.jpg

Typora 配置

1、PicGo (app) 配置

  • 找到PicGo.exe的位置,后验证

    image-20240311234220468

2、PicGo-Core 配置

  • 使用Typora自带 picgo.exe 在目录C:\\Users\\Usersname\\AppData\\Roaming\\Typora\\picgo\\win64\\picgo.exe

    配置文件在目录 ~\.picgo\config.json

    image-20240311235331978

  • 使用自己安装的 picgo.exe

    D:\xxx\picgo.exe  upload

    or

    picgo u

    image-20240311235127416