Files
2026-01-16 00:12:33 +08:00

7 lines
106 B
Plaintext

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