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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@itchenliang/picture-rollup-qiniu-plugin

v1.1.6

Published

轻快图片管理系统的插件:使用rollup开发的七牛云对象存储(kodo)插件

Downloads

10

Readme

使用rollup打包的轻快图片管理系统的七牛云对象存储桶插件

字段说明

存储桶名称: 此字段可自定义填写,仅用于页面上展示
设定AccessKey: 七牛云AccessKey
设定SecretKey: 七牛云SecretKey
设定存储空间名: 七牛云存储空间名
设定自定义域名: 存储桶访问域名,如果绑定了域名则填写绑定的域名,以http://或https://开头,末尾无需斜杠,上传的图片都将以此域名作为主域
设定存储区域: 七牛云存储空间所在存储区域
指定存储路径: 七牛云存储路径,想要把图片存储在空间的什么位置,例如:img/
设定网址后缀: 七牛云图片处理的后缀,例如给图片添加水印

配置说明

  1. 注册七牛云账号 登录七牛官网,先注册一个七牛云的账号,这里注意,用户类型选择个人账号,然后进行实名认证。
  2. 创建七牛云存储空间 进入七牛云空间管理,点击“新建空间”
  3. 给自己的域名添加二级域名
  4. 绑定二级域名 进入七牛云域名绑定页面,点击添加域名,然后下图只需要把刚刚配置的域名写上,然后其余默认就行,点击创建
  5. 获取 AccessKey 和 SecretKey
  6. 配置存储桶
  7. 最后点击确定即可完成创建

配置预览

这里放配置的想起界面截图