#1413·jimp

Add blit changes to migration guide.

Author: fforwCreated Aug 14, 2026Updated Aug 14, 2026

I was following https://jimp-dev.github.io/jimp/guides/migrate-to-v1/ to upgrade my script and for the most part it was really helpful.

What was missing for me was the change in image.blit() from multiple parameters to a single option object.

Would that be something to include on that page? Are there other methods that changed in the same way?