Skip to content

Conversation

alona-sydorova
Copy link

No description provided.

Copy link

@syphen syphen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was looking to include this myself, but I would just approve the changes you have made.
The function can accept more than a string and compiling with anything other than a string, breaks compilation.

@dmitrij-borchuk
Copy link

Hi, are you going to merge it?

Copy link

@rcrodrigues rcrodrigues left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be the right signature for getData. Any chances on this beeing merged?

@@ -1,5 +1,5 @@
interface EXIFStatic {
getData(url: string, callback: any): any;
getData(img: string | Blob | File | HTMLImageElement, callback: any): any;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any code or docs that say the input can be a URL string? 🤔

@zgayjjf
Copy link

zgayjjf commented Jan 25, 2020

Is there any progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants