Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chfoidl/browser-utils

Utility library written in TypeScript to help working with non standard browser implementations
https://github.com/chfoidl/browser-utils

browser typescript typescript-library utility-library

Last synced: about 6 hours ago
JSON representation

Utility library written in TypeScript to help working with non standard browser implementations

Awesome Lists containing this project

README

        

# Browser Utils
[![Build Status](https://travis-ci.com/Sethorax/browser-utils.svg?branch=master)](https://travis-ci.com/Sethorax/browser-utils)
[![Coverage Status](https://coveralls.io/repos/github/Sethorax/browser-utils/badge.svg?branch=master)](https://coveralls.io/github/Sethorax/browser-utils?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/Sethorax/browser-utils.svg)](https://greenkeeper.io/)
[![npm (scoped)](https://img.shields.io/npm/v/@sethorax/browser-utils.svg)](https://www.npmjs.com/package/@sethorax/browser-utils)
[![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@sethorax/browser-utils.svg)](https://www.npmjs.com/package/@sethorax/browser-utils)
[![npm type definitions](https://img.shields.io/npm/types/@sethorax/browser-utils.svg)](https://www.typescriptlang.org/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![code style: prettier](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![GitHub](https://img.shields.io/github/license/sethorax/browser-utils.svg)](LICENSE.md)

This utility library provides several functions to make working with non standard browser implementations a more pleasant experience.

## Usage

Browser Utils is available through [NPM](http://npmjs.com) as the [`@sethorax/browser-utils`](https://www.npmjs.com/package/@sethorax/browser-utils) package:

```sh
npm install @sethorax/browser-utils
```

Or via [yarn](https://yarnpkg.com):

```sh
yarn add @sethorax/browser-utils
```