UNPKG

@jigra/text-zoom

Version:

The Text Zoom API provides the ability to change Web View text size for visual accessibility.

5 lines (4 loc) 145 B
import type { TextZoomPlugin } from "./definitions"; declare const TextZoom: TextZoomPlugin; export * from "./definitions"; export { TextZoom };