feat(ccc): add forward-compatible CCv3 codec (#2113)

Signed-off-by: RainbowBird <git@luoling.moe>
This commit is contained in:
RainbowBird
2026-07-27 01:38:53 +08:00
committed by GitHub
parent 5884b0bdba
commit ce65bcd7f5
18 changed files with 493 additions and 135 deletions
+4 -2
View File
@@ -7,9 +7,11 @@
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
"lint:fix": "eslint --fix .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"meta-png": "catalog:"
"meta-png": "catalog:",
"valibot": "catalog:"
}
}