Use Gravatars for user avatars.
npm install --save u-wave-gravatars
With üWave Core:
import gravatars from 'u-wave-gravatars';
uw.use(gravatars());
If users have configured Gravatar, their avatars will be used from there in the future.
Gravatars for üWave.
Use Gravatars for user avatars.
npm install --save u-wave-gravatars
With üWave Core:
import gravatars from 'u-wave-gravatars';
uw.use(gravatars());
If users have configured Gravatar, their avatars will be used from there in the future.