UNPKG

unicode-shaper

Version:

Shape unicode text so that renderers like WebGL and WebGPU can properly display the glyphs.

8 lines 273 B
export declare const CJK: number[][]; /** * Check if a character is CJK (Chinese, Japanese, or Korean) * @param c - input unicode character * @returns - true if the character is CJK */ export declare function isCJK(c: number): boolean; //# sourceMappingURL=cjk.d.ts.map