File size: 1,088 Bytes
a867b14
 
 
eacff74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
sdk: docker
---
# eruda-features

[![NPM version][npm-image]][npm-url]
[![Build status][ci-image]][ci-url]
[![License][license-image]][npm-url]

[npm-image]: https://img.shields.io/npm/v/eruda-features.svg
[npm-url]: https://npmjs.org/package/eruda-features
[ci-image]: https://img.shields.io/github/actions/workflow/status/liriliri/eruda-features/main.yml?branch=master&style=flat-square
[ci-url]: https://github.com/liriliri/eruda-features/actions/workflows/main.yml 
[license-image]: https://img.shields.io/npm/l/eruda-features.svg

Eruda plugin for browser feature detections, thanks to [modernizr](https://github.com/Modernizr/Modernizr) project.

Red means unsupported, otherwise ok. All buttons is linked directly to related materials in [Can I Use](http://caniuse.com/) website.

## Demo

Browse it on your phone: 
[https://eruda.liriliri.io/?plugin=features](https://eruda.liriliri.io/?plugin=features)

## Install

```bash
npm install eruda-features --save
```

```javascript
eruda.add(erudaFeatures);
```

Make sure Eruda is loaded before this plugin, otherwise won't work.