- Register CanvasKit faces under their source family names so CJK and Arabic glyphs paint instead of only shaping metrics - Add deterministic CJK, Arabic, mixed-script, first-paint, and interactive fallback image oracles - Cover typed and tool-created text parity with a repository-owned Noto CJK subset Fixes #324 Fixes #291
16 lines
376 B
JSON
16 lines
376 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@6/schema.json",
|
|
"ignore": [
|
|
"desktop/target/**",
|
|
"**/dist/**",
|
|
"**/node_modules/**"
|
|
],
|
|
"ignoreWorkspaces": ["packages/acp", "packages/demos"],
|
|
"ignoreUnresolved": [
|
|
"~icons/*",
|
|
"/src/app/editor/fonts/index.ts",
|
|
"#core/*"
|
|
],
|
|
"ignoreBinaries": ["figma-use", "identify", "magick", "open", "osascript"]
|
|
}
|