Created
July 20, 2018 12:52
-
-
Save andreasvirkus/80a56d81b8923648ca879348a35d7a43 to your computer and use it in GitHub Desktop.
I'd like to take a moment and thank adorable.io for existing <3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const randStr = Math.random().toString(36).substr(2, 5) | |
export default `https://api.adorable.io/avatars/40/${randStr}@adorable` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment