Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sources and package ES module compliant #269

Merged
merged 1 commit into from
Jan 14, 2022

Conversation

ahocevar
Copy link
Contributor

@ahocevar ahocevar commented Jan 9, 2022

This pull request takes the minimal changes from @tschaub's vite branch (see #242 (comment)) to make geotiff.js work with vite. The only changes are that all local imports now have a .js extension, and package.json got a "type": "module" entry and an "exports" map.

This is a breaking change for those who had to work around issues with the geotiff package by importing modules from geotiff/src/geotiff.js instead of just geotiff.

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.

2 participants