zoom-text
v0.0.1
Published
You can zoom text using double click on screen.
Downloads
2
Maintainers
Readme
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. |