unicode-shaper
Version:
Shape unicode text so that renderers like WebGL and WebGPU can properly display the glyphs.
19 lines • 633 B
TypeScript
export * from './arabic.js';
export * from './buginese.js';
export * from './cjk.js';
export * from './internal.js';
export * from './javanese.js';
export * from './khmer.js';
export * from './myanmar.js';
export * from './tamil.js';
export * from './thai.js';
export * from './tibetan.js';
/**
* Converts an Arabic Unicode buffer in 06xx Range into a shaped
* arabic Unicode buffer in FExx Range
* @param source - input unicode buffer
* @param options - shaping options
* @returns - shaped unicode buffer
*/
export declare function shapeUnicode(source: number[], options: number): number[];
//# sourceMappingURL=index.d.ts.map