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
14.06k stars 761 forks source link

Stop extending event emmiter #531

Open hipstersmoothie opened 6 years ago

hipstersmoothie commented 6 years ago

It seems weird to me that we extend a event emmiter. IDK how many people use the emitted event but it seems more like hinderance than a feature to me.

edi9999 commented 6 years ago

Yes, extending event emitter is probably not a used feature, just legacy.