hMatoba / piexifjs

Read and modify exif in client-side or server-side JavaScript.
MIT License
573 stars 118 forks source link

Refactoring 2.0 Typescript version #72

Closed holwech closed 5 years ago

holwech commented 5 years ago

I have been working on refactoring the Typescript version of the piexifjs library as I experienced the 2.0 branch in its current stage is not very usable for Typescript projects. Assuming that you do not have some uncommited work on this branch, I hope that you can consider merging this or at least parts of this so that we can use the piexif library for Typescript too.

I have also added some automated publishing/linting/formatting scripts that might be of interest. I think this library could benefit from being developed in Typescript and hope that you would consider making the Typescript branch the main branch for development some time in the future, has having two separate branches does not seem like the way to go. The alternative is to make a typings file for based on the master branch so that we could then import the latest updates into our Typescript project :)

hMatoba commented 5 years ago

Thank you!