g0ngjie / tomatoes-mobile

Mobile end tools[移动端工具]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mobile end tools[移动端工具]

License:MIT License


Languages

Language:TypeScript 67.1%Language:HTML 17.7%Language:JavaScript 10.3%Language:Vue 2.6%Language:Shell 2.3%