An imgix shareable config for Browserslist.
npm install @imgix/browserslist-configA shareable config for Browserslist used by the imgix SDK.


---
```
npm install browserslist @imgix/browserslist-config --save-dev
Add this to your package.json file:
`json`
"browserslist": [
"extends @imgix/browserslist-config"
]
Alternatively, add this to your .browserslistrc file:
```
extends @imgix/browserslist-config
When imported, this package returns an array of supported browsers. For more configuration examples, see the Browserslist examples repo.