Skip to content

Commit

Permalink
Merge pull request #61 from intasect/master
Browse files Browse the repository at this point in the history
add exif.d.ts
  • Loading branch information
bartvanderwal committed Nov 7, 2016
2 parents 574ce91 + ac4e816 commit 5b6cd65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions exif.d.ts
@@ -0,0 +1,10 @@
interface EXIFStatic {
getData(url: string, callback: any): any;
getTag(img: any, tag: any): any;
getAllTags(img: any): any;
pretty(img: any): string;
readFromBinaryFile(file: any): any;
}

declare var EXIF : EXIFStatic;
export = EXIF;

0 comments on commit 5b6cd65

Please sign in to comment.