Your Name
2022-04-08 9c1673c3cd9a73855ecfa40f5e717f7c4bbb2e1a
1
2
3
4
5
6
7
export default {
  'jpg': 'image/jpeg',
  'png': 'image/png',
  'gif': 'image/gif',
  'svg': 'image/svg+xml',
  'psd': 'image/photoshop'
}