// core/variants.js; the color-brush variant registry. export const VARIANT_SEQ = {}; export function registerVariants(ids) { for (const id of ids) VARIANT_SEQ[id] = ids; }