7 lines
106 B
TypeScript
7 lines
106 B
TypeScript
class EXIF {
|
|
constructor(){
|
|
console.error('当前环境不支持')
|
|
}
|
|
}
|
|
|
|
export const exif = new EXIF() |