https://github.com/bukinoshita/faceit
:information_desk_person: Diverse user images for user interface design
https://github.com/bukinoshita/faceit
design mockup nodejs prototyping ui
Last synced: about 2 months ago
JSON representation
:information_desk_person: Diverse user images for user interface design
- Host: GitHub
- URL: https://github.com/bukinoshita/faceit
- Owner: bukinoshita
- License: mit
- Created: 2017-02-27T20:16:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:22:53.000Z (almost 3 years ago)
- Last Synced: 2025-09-26T11:42:57.142Z (2 months ago)
- Topics: design, mockup, nodejs, prototyping, ui
- Language: JavaScript
- Homepage:
- Size: 434 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# faceit [](https://travis-ci.org/bukinoshita/faceit)
> Diverse user images for user interface design
## Install
```bash
$ npm install faceit
```
## Usage
```js
import faceit from 'faceit'
faceit.random()
// => https://random-url-faceit-image.jpg
faceit.male()
// => https://random-url-faceit-male-image.jpg
faceit.female()
// => https://random-url-faceit-female-image.jpg
```
## API
### .random()
returns a `string`
Random faceit image
### .male()
returns a `string`
Random faceit male image
### .female()
returns a `string`
Random faceit female image
## License
MIT © [Bu Kinoshita](https://bukinoshita.io)
[DiverseUI](https://www.diverseui.com/)