Source: packages/assets/fatin-verse-theme/README.md
Avatar theme for Avatune using fatin verse design assets.
npm install @avatune/fatin-verse-theme
yarn add @avatune/fatin-verse-theme
pnpm add @avatune/fatin-verse-theme
bun add @avatune/fatin-verse-theme
This theme is available for multiple frameworks: React, Vue, Svelte, and Vanilla JavaScript.
import { Avatar } from ' @avatune/react '
import theme from ' @avatune/fatin-verse-theme/react '
seed = " optional-seed-for-random-generation "
import { Avatar } from ' @avatune/vue '
import theme from ' @avatune/fatin-verse-theme/vue '
seed = " optional-seed-for-random-generation "
import { Avatar } from ' @avatune/svelte '
import theme from ' @avatune/fatin-verse-theme/svelte '
seed = " optional-seed-for-random-generation "
import { avatar } from ' @avatune/vanilla '
import theme from ' @avatune/fatin-verse-theme/vanilla '
const container = document . getElementById ( ' avatar-container ' )
seed: ' optional-seed-for-random-generation ' ,
container ?. appendChild (svg)
You can override specific avatar parts:
hair = " curlyPuff " // Choose specific hair style
hairColor = " #FF5733 " // Custom hair color
body = " hoodie " // Choose specific clothing
bodyColor = " #3498DB " // Custom clothing color
This theme uses Fatin Verse style SVG assets for creating customizable avatars. Assets include various options for hair, eyes, eyebrows, mouth, nose, ears, head shape, and body/clothing.
The assets are available in the @avatune/fatin-verse-assets package.
import { hair, eyes, mouth } from ' @avatune/fatin-verse-assets ' ;
import { HairShort, EyesBoring, MouthSmile } from ' @avatune/fatin-verse-assets/react ' ;
import { HairShort, EyesBoring, MouthSmile } from ' @avatune/fatin-verse-assets/svelte ' ;
import { HairShort, EyesBoring, MouthSmile } from ' @avatune/fatin-verse-assets/vue ' ;
Preview Filename
beauty-mark cap earpiece-left earring-right glasses-round glasses-square headset-mic mask visor-glasses
Preview Filename hoodie jacket scarf-top shirt-tie striped-overall suit turtleneck
Preview Filename brow-angled brow-flat brow-raised brow-soft brow-thick brow-thin
Preview Filename
eyes-focused eyes-happy
eyes-neutral eyes-surprised
eyes-wide
Preview Filename beard mustache
Preview Filename curly-puff curly-top curved-long double-buns long-braid long-straight long-wave low-bun short-curly short-flip short-messy short-wave side-ponytail side-sweep spiky tight-curls volumized
Preview Filename diamond heart oval pear round square thin triangle wide
Preview Filename neutral-line smile-small smile-soft smirk-left smirk-right
tiny-dot
Preview Filename nose-curve nose-long nose-pointy nose-round nose-small nose-soft
This theme package is licensed under MIT (see LICENSE.md ).
The design assets used in this theme are separately licensed. See the asset package for details.