lyfO_o
2022-03-24 d13348b06ba9be4dd4f396ad578cd68feb8e0ad1
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'
}