UNPKG

unicode-shaper

Version:

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

12 lines 381 B
/** * Check if a character is Tamil * @param unicode - input unicode character * @returns - True if Tamil */ export declare function isTamil(unicode: number): boolean; /** * Converts Tamil Unicode buffer into a shaped Tamil Unicode buffer * @param input - input unicode buffer */ export declare function shapeTamil(input: number[]): void; //# sourceMappingURL=tamil.d.ts.map