Utilities for widget development, zero dependency

Setup
Install Yarn (Recommended)
Getting started with Development
yarn
to get the project's dependencies.
npm run server
to start development server with live-reload and hot module replacement
- go to http://localhost:8080/index.html
Scripts
npm run server
- starts development server with live-reload and hot module replacement
npm run build
- produces production version under the dist
folder
npm run test
- runs tests.
Usage
import * as utils from 'widget-utils';
Browser Support
IE9+, Mobile Safari 8+, all evergreens.