Fungusware / DiceBear.Bogus

Generates deterministic Avatars using the amazing DiceBear Avatar Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiceBear.Bogus

Generates deterministic Avatars using the amazing DiceBear Avatar Library

Check it out here. https://www.dicebear.com/

Examples

Botts

Open Peeps

Initials

Usage

Extends Bogus to use DiceBear.Bogus.

dotnet add package DiceBear.Bogus --version 2023.7.2.1451
var faker = new Faker("en");

string avatarURL = faker.DiceBear.OpenPeeps();

Credits

All work is down the amazing people at DiceBear, this library merely allows the use of the Avatars with the Bogus libraries.

About

Generates deterministic Avatars using the amazing DiceBear Avatar Library

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 100.0%