Hide CSS outline on mouse interactions, show on keyboard interactions
npm install storm-outliner
Tiny module to hide CSS outline on mouse interactions, show on keyboard interactions.
JS
```
npm i -S storm-outliner`
either using es6 import
import Outliner from 'storm-outliner';
`
npm run test
``ie9+ is supported out the box, ie8+ will work with addEventListener polyfill.