1.0.6 • Published 3 years ago

@tomatoes/mobile v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

tomatoes-mobile

Mobile end tools

Features

  • Interactive operation of vConsole & edura
  • Judge the operating environment
  • ...

Installing

$ yarn add @tomatoes/mobile

Usage

import { addVconsole, addEruda, isIos } from "@tomatoes/mobile";

/**
 * options:
 * It can be called by five finger touch
 */
addVconsole(alwaysShow?: boolean): void;
/**
 * options:
 * - Get request parameter add [eruda = true] to call
 * - LocalStorage sets the key of [active-eruda] to call
 */
addEruda(alwaysShow?: boolean): void;
/**
 * Is itIOS
 */
isIos(): boolean;

License

The MIT License

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago