In a recent project I was working on a script interacting with an image map consisting of irregular areas and needed to find the center of each of these areas.
I couldn’t find a function to do that so I wrote my own. It’s pretty simple, but in case anyone else needs this I thought I’d share.
Posted in JavaScript.