faker js avatar

Solutions on MaxInterview for faker js avatar by the best coders in the world

showing results for - "faker js avatar"
Angeline
25 Sep 2020
1import Faker from 'faker'
2
3<img src={Faker.image.avatar()} alt={'avatar'}/>