UNPKG

qiniu-js

Version:

Javascript SDK for Qiniu Resource (Cloud) Storage AP

11 lines (9 loc) 260 B
// 原类型有问题,这里覆盖下 declare module 'exif-js' { interface EXIFStatic { getData(img: HTMLImageElement, callback: () => void): void getTag(img: HTMLImageElement, tag: string): number } const EXIF: EXIFStatic export { EXIF } }