@shopify/mime-types
TypeScript icon, indicating that this package has built-in type declarations

2.2.1 • Public • Published

@shopify/mime-types

Build Status Build Status License: MIT npm version npm bundle size (minified + gzip)

MIME type consistency.

Installation

yarn add @shopify/mime-types

Usage

This package exposes utilities to dynamically get MIME types from file names and/or get file extensions based on common MIME types.

The types of files currently supported are:

  'image/jpeg',
  'image/png',
  'image/gif',
  'image/webp',
  'image/heic',
  'image/svg+xml',
  'application/pdf',
  'video/mp4',
  'video/quicktime',
  'video/webm',
  'model/gltf-binary',
  'application/x-mpegURL',
  'model/vnd.usdz+zip',

This helps keeping MIME types and file extensions consistent.

getMimeTypeFromFilename

Takes in a file name string and returns a MimeType.

import {getMimeTypeFromFilename} from '@shopify/mime-types';

getMimeTypeFromFilename('image.jpg'); // image/jpeg

getExtensionFromMimeType

Takes in a MimeType and returns a string filename extension that matches the inputted MimeType.

import {getExtensionFromMimeType, MimeType} from '@shopify/mime-types';

getExtensionFromMimeType(MimeType.Pdf); // .pdf

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @shopify/mime-types

Weekly Downloads

16,288

Version

2.2.1

License

MIT

Unpacked Size

16.1 kB

Total Files

25

Last publish

Collaborators

  • jaimie.rockburn
  • blittle
  • shopify-admin
  • maryharte
  • crisfmb
  • pmoloney89
  • netlohan
  • st999999
  • justin-irl
  • megswim
  • wcandillon
  • nathanpjf
  • shopify-dep
  • goodforonefare
  • lemonmade
  • vsumner
  • wizardlyhel
  • antoine.grant
  • tsov
  • andyw8-shopify
  • henrytao
  • hannachen
  • vividviolet
  • bpscott