@nagwa-limited/kashida-engine
Version:
An engine to unify array of Arabic strings to the same width using Kashidas
8 lines (7 loc) • 326 B
TypeScript
/**
* Renders a set of texts to the required poem.
* @param { HTMLElement[] } linesElements The poem element to render its lines.
* @param { String[] } texts The list of texts to be rendered.
*/
export declare const renderPoemTexts: (linesElements: HTMLElement[], texts: string[]) => void;
export default renderPoemTexts;