exif-js / exif-js

JavaScript library for reading EXIF image metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular issue during build

faizankhan775 opened this issue · comments

exif.d.ts interface has getData(url: string, callback: any): any, while the url in the params is formElement according to the example shared so can you please change it to any or formElement because angular is strickly checking that and not letting us to create build for production.
Thanks.