Source: packages/assets/nevmstas-theme/README.md
Avatar theme for Avatune using nevmstas design assets.
npm install @avatune/nevmstas-theme
yarn add @avatune/nevmstas-theme
pnpm add @avatune/nevmstas-theme
bun add @avatune/nevmstas-theme
This theme is available for multiple frameworks: React, Vue, Svelte, and Vanilla JavaScript.
import { Avatar } from ' @avatune/react '
import theme from ' @avatune/nevmstas-theme/react '
seed = " optional-seed-for-random-generation "
import { Avatar } from ' @avatune/vue '
import theme from ' @avatune/nevmstas-theme/vue '
seed = " optional-seed-for-random-generation "
import { Avatar } from ' @avatune/svelte '
import theme from ' @avatune/nevmstas-theme/svelte '
seed = " optional-seed-for-random-generation "
import { avatar } from ' @avatune/vanilla '
import theme from ' @avatune/nevmstas-theme/vanilla '
const container = document . getElementById ( ' avatar-container ' )
seed: ' optional-seed-for-random-generation ' ,
container ?. appendChild (svg)
You can override specific avatar parts:
hair = " bobRounded " // Choose specific hair style
hairColor = " #FF5733 " // Custom hair color
body = " santa " // Choose specific clothing
bodyColor = " #3498DB " // Custom clothing color
This theme uses Nevmstas 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/nevmstas-assets package.
import { hair, eyes, mouth } from ' @avatune/nevmstas-assets ' ;
import { HairShort, EyesBoring, MouthSmile } from ' @avatune/nevmstas-assets/react ' ;
import { HairShort, EyesBoring, MouthSmile } from ' @avatune/nevmstas-assets/svelte ' ;
import { HairShort, EyesBoring, MouthSmile } from ' @avatune/nevmstas-assets/vue ' ;
Preview Filename santa shirt sweater tshirt turtleneck
Preview Filename
angry
small
standard
Preview Filename boring
dots
openCircle
openRounded
Preview Filename bobRounded bobStraight long medium short
Preview Filename bigSmile flat frown halfOpen laugh
nervous smile
Preview Filename big curve
dots halfOval
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.