ext2mime
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Ext2Mime

Convert a file extension to a mime type. It works only with popular file extensions and it's super lightweight.

This is basically the inverse of mime2ext.

Install

npm install --save ext2mime

Usage

import ext2mime from 'ext2mime';

ext2mime ( 'mp3' ); // => 'audio/mpeg'
ext2mime ( '.mp3' ); // => 'audio/mpeg'

License

MIT © Fabio Spampinato

Package Sidebar

Install

npm i ext2mime

Weekly Downloads

41

Version

2.0.0

License

none

Unpacked Size

12.8 kB

Total Files

13

Last publish

Collaborators

  • fabiospampinato