### 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`
