0.0.1 • Published 1 year ago

zoom-text v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


openMap(...)

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

Opens the map at a given location.

ParamType
optionsOpenMapOptions

Since: 1.1.0


Interfaces

OpenMapOptions

PropTypeDescription
latitudenumberThe latitude at which to open the map.
longitudenumberThe longitude at which to open the map.
0.0.1

1 year ago