Skip to content

Commit ac4e816

Browse files
committed
add exif.d.ts
1 parent ba94836 commit ac4e816

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: exif.d.ts

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
interface EXIFStatic {
2+
getData(url: string, callback: any): any;
3+
getTag(img: any, tag: any): any;
4+
getAllTags(img: any): any;
5+
pretty(img: any): string;
6+
readFromBinaryFile(file: any): any;
7+
}
8+
9+
declare var EXIF : EXIFStatic;
10+
export = EXIF;

0 commit comments

Comments
 (0)