lyfO_o
2022-05-18 cf4b2706232effed8cdb04abfe35ab31412b03ec
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'
}