@xenolithengine/graph-theme-liquid-glass
v0.7.0-beta.3
Published
Liquid Glass theme for XenolithGraph — Apple WWDC25-inspired translucent material.
Maintainers
Readme
@xenolithengine/graph-theme-liquid-glass
Liquid Glass theme for XenolithGraph — Apple WWDC25-inspired translucent material with per-node backdrop refraction, gaussian blur, and a vertical tint, sitting over a radial-gradient navy canvas.
Beta — public API in
STABLE-API.mdis the surface we plan to freeze, but it is NOT frozen yet — breaking changes can land at any point before v1.0. If you adopt now, pin an exact version.
Part of XenolithGraph — an AI-native, embeddable node-graph editor for the web with its own visual design language (Xen).
Install
pnpm add @xenolithengine/graph-theme-liquid-glass pixi.jsPeer dependency: pixi.js@^8.6.0.
Usage
import { XenolithEditor } from '@xenolithengine/graph-editor'
import { liquidGlassTheme } from '@xenolithengine/graph-theme-liquid-glass'
const editor = await XenolithEditor.init('#graph', { theme: liquidGlassTheme })
// or swap at runtime
editor.setTheme(liquidGlassTheme)What's exported
liquidGlassTheme— drop-inXenolithThemeliquidGlassTokens— token map for further overrides viamergeTheme
Docs
MIT © XenolithEngine
