v0.1.0
First release.
A deterministic, dependency-free plumeria: the same seed draws the same SVG flower, light or dark, with an opt-in opening animation. Zero runtime dependencies, ESM, runs the same on server and browser.
pnpm add @nbot/flowers
import { plumeria, cultivar } from "@nbot/flowers";
const svg = plumeria({ seed: "2026-06-14" });
Full API in the README, rationale in DECISIONS.