Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/egoist/web-polyfill

The polyfills you'll need in a web app.
https://github.com/egoist/web-polyfill

Last synced: 22 days ago
JSON representation

The polyfills you'll need in a web app.

Awesome Lists containing this project

README

        

# web-polyfill

[![NPM version](https://img.shields.io/npm/v/web-polyfill.svg?style=flat)](https://npmjs.com/package/web-polyfill) [![NPM downloads](https://img.shields.io/npm/dm/web-polyfill.svg?style=flat)](https://npmjs.com/package/web-polyfill) [![CircleCI](https://circleci.com/gh/egoist/web-polyfill/tree/master.svg?style=shield)](https://circleci.com/gh/egoist/web-polyfill/tree/master) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/egoist/donate)

## What's polyfill-ed?

- `window.Promise`
- `Object.assign`

How big is the size? 8KB minified and 3KB gzipped. Probably the smallest one for these features.

## Install

```bash
yarn add web-polyfill
```

## Usage

```js
import 'web-polyfill'
```

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Author

**web-polyfill** © [egoist](https://github.com/egoist), Released under the [MIT](./LICENSE) License.

Authored and maintained by egoist with help from contributors ([list](https://github.com/egoist/web-polyfill/contributors)).

> [egoistian.com](https://egoistian.com) · GitHub [@egoist](https://github.com/egoist) · Twitter [@rem_rin_rin](https://twitter.com/rem_rin_rin)