How to use the avatar function from chance
Find comprehensive JavaScript chance.avatar code examples handpicked from public code repositorys.
192 193 194 195 196 197 198 199 200 201
/** * Return a random avatar. * @param {string} fileExtension */ avatar(fileExtension = 'jpg') { return chance.avatar({protocol: 'https', fileExtension}); }, /** * Return a random image.
5
0
1
+ 3 other calls in file
chance.word is the most popular function in chance (344 examples)