The entry point into the Focus View engine. Scale, pulse, and glow — no license required. Touch the engine. Then go deeper.
No account. No credit card. A live trial key from the Lumenexus worker — valid for 24 hours, verified server-side.
Your email is optional and only used to send you your key. Never shared or used for marketing.
Drive the engine directly. Every transform is computed by FVSimpleScale — proportional, eased, and alive. Keyboard: +/− · P · R
Powered by the StratoStrate™ substrate — the dimensional modeling layer that governs proportional relationships across typography, spacing, and layout before they reach the viewport.
FVSimpleScale is a fully functional slice of the FVLA engine. No license required for this module.
Install once. Import. Call. The FV engine handles the rest.
npm install fvsimplescale
// import import { FVSS, simpleScale } from 'fvsimplescale'; // with your 24-hour trial key — server-verified await FVSS('p, h1', { licenseKey: 'FVSS-TRIAL-XXXX-XXXX', // from this page factor: 1.12, duration: 400, }); // or call simpleScale directly — no key needed simpleScale('p, h1', { factor: 1.1, duration: 400 }); // pulse — glow + scale flash simpleScale('h1', { pulse: true, pulseFactor: 1.15 }); // scale down simpleScale('p', { factor: 0.9 });
FVSimpleScale is the surface. Presence fields, reactive grid, FVDebugger, DepthMap, and the full StratoStrate™ substrate live one license away.