jimp-dev / jimp

An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.
http://jimp-dev.github.io/jimp/
MIT License
13.95k stars 762 forks source link

improve bundler integration #1321

Closed hipstersmoothie closed 1 month ago

hipstersmoothie commented 1 month ago

Release Notes

Instead of having to import jimp/browser you can now just import jimp and the bundler should pick up the browser export.

hipstersmoothie commented 1 month ago

:rocket: PR was released in v1.1.4 :rocket: