Convert a mime type to a file extension. It works only with popular mime types and it's super lightweight.
This library is designed to only support the ~300 popular mime types listed here.
npm install --save mime2ext
import mime2ext from 'mime2ext';
mime2ext ( 'audio/mp3' ); // => 'mp3'
MIT © Fabio Spampinato