Opengist Logo 清羽飞扬の代码片段

Explore

  • All gists
  • Topics
  • Users
个人主页 站长博客
Give feedback on the new UI Powered by Opengist ⋅ 16ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

exyone

Joined 1 month ago

All gists 1
Recently created Least recently created Recently updated Least recently updated

exyone / hanzi-split-optimizer

Last active 1 month ago

把字体文件存放在`/fonts`文件夹,然后执行`node index.js`,会将字体自动子集化到`/output`文件夹

0 0 2
1 {
2 "name": "hanzi-split-optimizer",
3 "version": "2.0.0",
4 "description": "千字网 - 字体子集化工具",
5 "main": "index.js",
6 "type": "module",
7 "bin": {
8 "hanzi-split": "./index.js"
9 },
10 "scripts": {