lokesh / color-thief

Grab the color palette from an image using just Javascript. Works in the browser and in Node.
https://lokeshdhakar.com/projects/color-thief/
MIT License
12.34k stars 1.31k forks source link

Color thief for user avatars #251

Open fabianschultz opened 8 months ago

fabianschultz commented 8 months ago

Hi, I like the idea of showing shadows based on dominant colour below images. Looks pretty beautiful! My question is, how can I achieve this for websites like BuddyBoss or BuddyPress? Users/members can upload images which are then shown on directory page. So in other words many user avatars/images can be side by side.

So far I can achieve to get the shadow for 1 image but not for all of them: ` ` Any suggestion? Thank you :)