UNPKG
@nagwa-limited/kashida-engine
Version:
latest (0.2.0)
0.2.0
0.1.4
0.1.3
0.1.2
An engine to unify array of Arabic strings to the same width using Kashidas
@nagwa-limited/kashida-engine
/
dist
/
declarations
/
types
/
index.d.ts
8 lines
(7 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
interface
ExceptionsPlaceholderMap
{ [
key
:
string
]:
string
; }
export
declare
interface
TextWidths
{
textWidths
:
number
[];
maxTextWidth
:
number
; }