Skip to content

Instantly share code, notes, and snippets.

@koyanloshe
Created November 17, 2019 08:43
Show Gist options
  • Save koyanloshe/d7833f967dc444c15a653f91074e1797 to your computer and use it in GitHub Desktop.
Save koyanloshe/d7833f967dc444c15a653f91074e1797 to your computer and use it in GitHub Desktop.
var mimeTypes = {
'.html': 'text/html',
'.js': 'text/javascript',
'.css': 'text/css',
'.json': 'application/json',
'.png': 'image/png',
'.jpg': 'image/jpg',
'.gif': 'image/gif',
'.svg': 'image/svg+xml',
'.wav': 'audio/wav',
'.mp4': 'video/mp4',
'.woff': 'application/font-woff',
'.ttf': 'application/font-ttf',
'.eot': 'application/vnd.ms-fontobject',
'.otf': 'application/font-otf',
'.wasm': 'application/wasm'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment