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

gm-xfont

v1.0.79

Published

------ 新的图标库 demo: https://gmfe.github.io/gmfont/demo_fontclass.html

Readme

gmfont


新的图标库 demo: https://gmfe.github.io/gm-xfont/demo_fontclass.html


图标命名规范

为了给图标赋予语义化的命名,命名规则如下:

  • 实心和描线图标保持同名. 用 -o来区分,比如 ifont-question-circle-o(描线) 和 ifont-question-circle(实心);
  • 命名顺序: ifont-[图标名]-[形状?]-[描线(o)?]. (注: ? 为可选,命名尽量简化);

关键轮廓线

根据不同的图标形状类型摆放在不同的轮廓线上,可以使图标之间保持一致的视觉效果. 轮廓线参考: https://ant.design/docs/spec/icon-cn#关键轮廓线

gm-xfont发布流程

  1. 在iconfont找到合适的icon, 添加到购物车
  2. 将购物车的icon添加到项目(gm-xfont)
  3. gm-xfont项目内调整icon命名,大小及其位置(具体请参考: icon规范)
  4. @liangchaoming review
  5. review完毕,下载iconzip包至本地
  6. 进入gm-xfont工程根目录并确保在master分支,执行以下命令发版
gmfe icon_publish -d xxx(zip包路径)

发布npm包前,要登录gmfe账号(wiki/Account),并切换到npm官方源

  • 以上发布完毕,可以愉快的使用gm-xfont了