Kxc0822a
2022-03-28 e78d46b24d62f93bfe11d4ad37f89e39e40c7248
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'
}