2.0.1 • Published 5 months ago

mime2ext v2.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 months ago

Mime2Ext

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.

Install

npm install mime2ext

Usage

import mime2ext from 'mime2ext';

// Let's convert a mime type to a file extension

mime2ext ( 'audio/mp3' ); // => 'mp3'

License

MIT © Fabio Spampinato