UNPKG

browserama

Version:

A browser detection package that uses feature detection instead of user agent

22 lines (17 loc) 475 B
### Browserama [![Build Status](https://travis-ci.org/MyPureCloud/browserama.svg?branch=master)](https://travis-ci.org/MyPureCloud/browserama) Browserama is a browser detection module that uses feature detection rather than the user agent to determine which browser is being used. ```sh npm install browserama ``` #### Properties - `isBlink` - `isChrome` - `isChromium` - `isChromeOrChromium` - `isEdge` - `isEdgeChromium` - `isFirefox` - `isIE` - `isOpera` - `isSafari`