Timber.io browser logging
npm install @timberio/browser!Beta: Ready for testing
!Speed: Blazing

New to Timber? Here's a low-down on logging in Javascript.
@timberio/browserThis NPM library is for logging in the browser.
Here's how to get started:
If you're using a module bundler like Webpack or Rollup, you can install the package directly from NPM:
```
npm i @timberio/browser
In ES6/Typescript, import the Timber class:
`typescript`
import { Timber } from "@timberio/browser";
For CommonJS, require the package:
`js`
const { Timber } = require("@timberio/browser");
If you're not using a Node.js module bundler, you can log in any client-side app by dropping in a
`
This will place the Timber class on window.Timber.
You can instantiate the client in the same way, whether you use a module bundler or the