Skip to content

zeropdf v1.3.0


zeropdf / TextDirection

Type Alias: TextDirection

ts
type TextDirection = "ltr" | "rtl" | "auto";

Defined in: src/types.ts:757

Text direction options, including automatic RTL detection.

Released under the ISC license.