UNPKG

@jigra/text-zoom

Version:

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

7 lines 246 B
import { registerPlugin } from "@jigra/core"; const TextZoom = registerPlugin("TextZoom", { ios: () => import("./ios").then((m) => new m.TextZoomIOS()), }); export * from "./definitions"; export { TextZoom }; //# sourceMappingURL=index.js.map