zoom-text
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

zoom-text

You can zoom text using double click on screen.

Install

npm install zoom-text
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


openMap(...)

openMap(options: OpenMapOptions) => Promise<void>

Opens the map at a given location.

Param Type
options OpenMapOptions

Since: 1.1.0


Interfaces

OpenMapOptions

Prop Type Description
latitude number The latitude at which to open the map.
longitude number The longitude at which to open the map.

/zoom-text/

    Package Sidebar

    Install

    npm i zoom-text

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    19.1 kB

    Total Files

    27

    Last publish

    Collaborators

    • vc-vishalvanani