Nebula
v1.0.0 · 10.3 KB gzipA galaxy: nebula, stars, drifting dust, answering the pointer.
nebula.jsThe background itself. It needs nothing else.nebula-palette.cssThe galaxy colors, as custom properties on :root. Use them, or leave them be.nebula-accents.cssTwinkle and pulse, and the classes that wear them.
<link rel="stylesheet" href="nebula-palette.css">
<script src="nebula.js" defer></script>
That is all it takes.
WHAT CHANGED- First public release: the living galaxy background, palette, and accent keyframes.
Apache 2.0, freely given: no strings, no watching, no calling home.
Ink
v1.0.0 · 9.5 KB gzipA parchment court: gold veins, a quill that follows touch, and neon that answers it.
ink.jsThe parchment world itself: the court, the veins, the quill. It needs nothing else.ink-palette.cssThe parchment colors, as custom properties on :root. Use them, or leave them be.ink-neon.cssThe glow styles, and the class that wears them: text that lights on touch.ink-neon.jsThe engine behind the neon. It runs alongside ink-neon.css.
<link rel="stylesheet" href="ink-palette.css">
<link rel="stylesheet" href="ink-neon.css">
<script src="ink-neon.js" defer></script>
<script src="ink.js" defer></script>
That is all it takes.
WHAT CHANGED- First public release: the parchment world (mandala court, quill, veins), palette, and the reactive neon.
Apache 2.0, freely given: no strings, no watching, no calling home.