A browser detection package that uses feature detection instead of user agent
npm install browseramaBrowserama 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
- isBlinkisChrome
- isChromium
- isChromeOrChromium
- isEdge
- isEdgeChromium
- isFirefox
- isIE
- isOpera
- isSafari`
-