Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eruda-features

surunzi506MIT2.1.0

Eruda plugin for browser feature detections

eruda, features, plugin

readme

eruda-features

NPM version Build status License

Eruda plugin for browser feature detections, thanks to modernizr project.

Red means unsupported, otherwise ok. All buttons is linked directly to related materials in Can I Use website.

Demo

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

Install

npm install eruda-features --save
eruda.add(erudaFeatures);

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