image-js / tiff

TIFF image decoder written entirely in JavaScript
MIT License
195 stars 17 forks source link

Possibility to fully bundle this project #31

Closed abhpd closed 3 years ago

abhpd commented 3 years ago

Is there any fully bundled version of this project? If not, Is it possible?

targos commented 3 years ago

Yes, it is possible to fully bundle this project, but we leave that to the user. We have a lot of open source libraries and we do not want to maintain bundles for all of them.

abhpd commented 3 years ago

@targos Would you please provide some resources on how to bundle? That'll be very helpful. Thanks 😄.

targos commented 3 years ago

You can have a look at https://esbuild.github.io/ for example.