0.0.1 • Published 1 year ago
zoom-text v0.0.1
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. |
0.0.1
1 year ago