sae-dicebear-avatars
v1.0.2
Published
Avatar style for DiceBear
Readme
Usage
Install the DiceBear package and this avatar style with the following command:
npm install @dicebear/core @sae/dicebear-avatars --saveNow you can create your first avatar.
import { createAvatar } from '@dicebear/core';
import style from '@sae/dicebear-avatars';
let svg = createAvatar(style, {
// ... options
});Options
All options from DiceBear and additionally the following:
Build this package
npm run buildTest this package
npm run test