This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@deckdeckgo/utils
TypeScript icon, indicating that this package has built-in type declarations

5.1.0 • Public • Published

npm license

DeckDeckGo - Utils

A collection of utils methods and functions developed and used across apps and components of DeckDeckGo.

Table of contents

Methods

The following functions and methods are statically exposed:

Unify an event

To unify a mouse or touche event

static unifyEvent(e: any): any

Debounce

Debounce a function. Per default 300ms.

static debounce(func: Function, timeout?: number)

Is mobile?

Is the current navigator used on mobile devices? The list of devices from Detect Mobile Browsers is use for detection purpose.

static isMobile(): boolean

Is iOS?

Is the current device an iOS one (iPad, iPhone and iPod)?

static isIOS(): boolean

Is full screen?

Compare the window.innerHeight and screen.height to detect full screen or not.

static isFullscreen(): boolean

License

MIT © David Dal Busco and Nicolas Mattia

Readme

Keywords

none

Package Sidebar

Install

npm i @deckdeckgo/utils

Weekly Downloads

958

Version

5.1.0

License

MIT

Unpacked Size

46 kB

Total Files

40

Last publish

Collaborators

  • peterpeterparker