This repository is archived and read-only. Do not add new assets here.
The Peanut mascot animations used by the app now live in one canonical home:
peanut-ui→src/assets/mascot/
Import them by semantic name from @/assets/mascot (e.g. PeanutCheering, PeanutWavingHello). They are vendored into peanut-ui as optimized animated WebP — there is no submodule anymore.
This repo was a git submodule (@/animations) in peanut-ui holding cryptically-named GIFs. Consolidated in peanut-ui PR #2164: submodule dropped, every consumer rewired to the @/assets/mascot barrel, all 10 distinct mascot poses vendored in with emotion names + optimized to WebP.
The 10 poses: peace, pointing, cheering, angry, crying, cool, waving-hello, thinking, walking, pointing-down.
The ~340 MB of source render masters that never belonged in the app bundle:
*/2K_PNGS_ALPHA_BACKGROUND/— 2K PNG frame sequences (render masters)*/2K_VIDEOS_*,*/512x512_VIDEOS_*—.movmasters (alpha + grey)- the original
.gifdeliverables
Preserved read-only as the source-of-truth masters for re-encoding to new sizes/formats. Intentionally NOT shipped in peanut-ui (a web app should not carry frame sequences).
Need a new size/format? Re-encode from the masters here, then drop the result into peanut-ui/src/assets/mascot/.