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

v1.2.4

Published

cloudflare-telegraph

Readme

picgo-plugin-cloudflare-telegraph

plugin for 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、配置环境变量(可选)

  • 安装插件

    输入执行

    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 upload 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 upload

    image-20240311235127416