Blame view

src/components/ImageCropper/utils/mimes.js 139 Bytes
d7d9c38c2   Adam   auto commit the c...
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'
  }