This commit is contained in:
2026-01-06 04:16:17 +08:00
parent fb541c7d94
commit 88a508478b
6 changed files with 34356 additions and 1 deletions

View File

@@ -5,7 +5,9 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"extract": "bun run extract-colors.ts"
"extract": "bun run extract-colors.ts",
"parse": "bun run parse-db.ts",
"example-colormap": "bun run example-colormap.ts"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",