ngneat / falso

All the Fake Data for All Your Real Needs 🙂

Home Page:https://ngneat.github.io/falso/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

randAvatar is not so random?

SamBeroz opened this issue · comments

Am I making a mistake with how I'm calling randAvatar? The returned value seems to just reflect whatever size is:

return fake(() =>https://i.pravatar.cc/${size}`, options);`

if you refresh: https://i.pravatar.cc/100 you get a different avatar every time, the size shouldn't be random, the image is 🙂
I've also updated the docs to show a different image when clicking "update data"