Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chfoidl/browser-utils
- Owner: chfoidl
- License: mit
- Created: 2018-08-27T17:21:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T18:16:19.000Z (over 4 years ago)
- Last Synced: 2024-10-05T10:47:21.110Z (about 1 month ago)
- Topics: browser, typescript, typescript-library, utility-library
- Language: TypeScript
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```