Files

7 lines
106 B
Plaintext

class EXIF {
constructor(){
console.error('当前环境不支持')
}
}
export const exif = new EXIF()