unicode-shaper
Version:
Shape unicode text so that renderers like WebGL and WebGPU can properly display the glyphs.
11 lines • 359 B
TypeScript
export * from './shape/index.js';
export * from './textShaperWasm.js';
export * from './ubidi/index.js';
/**
* Converts a string into a shaped string
* @param str - input string
* @param options - shaping options
* @returns - shaped string
*/
export declare function shapeString(str: string, options?: number): string;
//# sourceMappingURL=index.d.ts.map