-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature : Add an image faker #25
Comments
It will be great to have image faker, but I am not sure is it a good idea to couple with specific image provider. Can you share more about the details? i.e. the faker config and output |
The idea behind the image faker is to provide image URLs in order to display them on a website for example or get them through an API call. We can imagine something like that :
A PHP library uses lorempixel, you can see the different use cases here : https://github.com/fzaninotto/Faker#fakerproviderimage Indeed if the image provider stop working one day it will be an issue. |
If the api is specific to lorempixel, I think the config object can be |
Ok! I will try something like that 👍 |
Hello,
What about adding an image faker? We could use this kind of API : http://lorempixel.com/
Let me know if your interested and i will contribute.
The text was updated successfully, but these errors were encountered: