Add avatar studio site - #1
Open
BIAsia wants to merge 1 commit into
Open
Conversation
A self-contained single-page studio for @oreo-ui/avatar: live preview, shape/palette/tone/drift controls, and a grid of all 6x40 presets. The generator is a faithful port of the package core, so copied/downloaded SVG matches createAvatar() output byte-for-byte. vercel.json serves site/ as a static deploy. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A self-contained single-page avatar studio for
@oreo-ui/avatar.What's here
site/index.html— sidebar (package intro + `npm i` box, live preview, shape picker, palette strip, OKLCH tone sliders, drift + variant, React/createAvatar/SVG output with copy + download) and a right-side grid of all 6×40 presets with shape filters. Light/dark, responsive, zero dependencies.vercel.json— servessite/as a static deploy (no install, no build).Fidelity
The generator is a faithful port of the package core (
svg.ts,oklch.ts,tone.ts, palettes, shapes). Verified against the realcreateAvatar()over 960/960 cases byte-for-byte (6 shapes × 40 palettes × tone/drift/variant/size), so any SVG copied or downloaded from the page is identical to the package output.Already deployed to production via Vercel CLI: https://oreo-ui-avatar.vercel.app
🤖 Generated with Claude Code