Skip to content

Commit f059509

Browse files
authored
fix(docs): faker.image.url should be under cloudflare ipfs (#454)
1 parent 929f10e commit f059509

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -88,28 +88,28 @@ declare module '@faker-js/faker' {
8888

8989
An in-depth overview of the API methods is available in the documentation. The API covers the following modules:
9090

91-
| Module | Example | Output |
92-
| -------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
93-
| Address | `faker.address.city()` | Lake Raoulfort |
94-
| Animal | `faker.animal.type()` | Dog, cat, snake, bear, lion, etc. |
95-
| Commerce | `faker.commerce.product()` | Polo t-shirt |
96-
| Company | `faker.company.companyName()` | Zboncak and Sons |
97-
| Database | `faker.database.engine()` | MyISAM |
98-
| Datatype | `faker.datatype.uuid()` | 1oijf8-3iuhiu-21jddj-1092jf |
99-
| Date | `faker.date.past()` | Sat Oct 20 2018 04:19:38 GMT-0700 (Pacific Daylight Time) |
100-
| Finance | `faker.finance.amount()` | ¥23400 (After setting locale) |
101-
| Git | `faker.git.commitMessage()` | feat: add products list page |
102-
| Hacker | `faker.hacker.phrase()` | Try to reboot the SQL bus, maybe it will bypass the virtual application! |
103-
| Helpers | `faker.helpers.userCard()` | `{ avatar: '...', email: '{ first }{ last }{ number }@{domain}', first: '...' }`<br/><br/>All of the values are self-consistent (e.g. same first + last name in the email, too) |
104-
| Image | `faker.image.avatar()` | `https://s3.amazonaws.com/uifaces/faces/twitter/martip07/128.jpg` <img src="https://s3.amazonaws.com/uifaces/faces/twitter/martip07/128.jpg" width="64"/> |
105-
| Internet | `faker.internet.color()` | #630c7b |
106-
| Lorem | `faker.lorem.paragraph()` | Word, words, sentences, slug (lorem-ipsum), paragraph(s), text, lines |
107-
| Music | `faker.music.genre()` | R&B |
108-
| Name | `faker.name.firstName()` | Cameron |
109-
| Phone | `faker.phone.phoneNumber()` | +1 291-299-0192 |
110-
| Random | `faker.random.locale()` | fr_CA |
111-
| System | `faker.system.directoryPath()` | C:\Documents\Newsletters\ |
112-
| Vehicle | `faker.vehicle.vehicle()` | 2011 Dodge Caravan |
91+
| Module | Example | Output |
92+
| -------- | ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
93+
| Address | `faker.address.city()` | Lake Raoulfort |
94+
| Animal | `faker.animal.type()` | Dog, cat, snake, bear, lion, etc. |
95+
| Commerce | `faker.commerce.product()` | Polo t-shirt |
96+
| Company | `faker.company.companyName()` | Zboncak and Sons |
97+
| Database | `faker.database.engine()` | MyISAM |
98+
| Datatype | `faker.datatype.uuid()` | 1oijf8-3iuhiu-21jddj-1092jf |
99+
| Date | `faker.date.past()` | Sat Oct 20 2018 04:19:38 GMT-0700 (Pacific Daylight Time) |
100+
| Finance | `faker.finance.amount()` | ¥23400 (After setting locale) |
101+
| Git | `faker.git.commitMessage()` | feat: add products list page |
102+
| Hacker | `faker.hacker.phrase()` | Try to reboot the SQL bus, maybe it will bypass the virtual application! |
103+
| Helpers | `faker.helpers.userCard()` | `{ avatar: '...', email: '{ first }{ last }{ number }@{domain}', first: '...' }`<br/><br/>All of the values are self-consistent (e.g. same first + last name in the email, too) |
104+
| Image | `faker.image.avatar()` | `https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/233.jpg` <img src="https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/233.jpg" width="64"/> |
105+
| Internet | `faker.internet.color()` | #630c7b |
106+
| Lorem | `faker.lorem.paragraph()` | Word, words, sentences, slug (lorem-ipsum), paragraph(s), text, lines |
107+
| Music | `faker.music.genre()` | R&B |
108+
| Name | `faker.name.firstName()` | Cameron |
109+
| Phone | `faker.phone.phoneNumber()` | +1 291-299-0192 |
110+
| Random | `faker.random.locale()` | fr_CA |
111+
| System | `faker.system.directoryPath()` | C:\Documents\Newsletters\ |
112+
| Vehicle | `faker.vehicle.vehicle()` | 2011 Dodge Caravan |
113113

114114
### API Methods
115115

0 commit comments

Comments
 (0)