Skip to content

v0.1.0

Choose a tag to compare

@nickbling nickbling released this 14 Jun 01:15

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.