Lumenexus Worker connecting… · Trial Keys · Session
FVLA Core Module · Zero Config · Free

FVSimpleScale
in the wild.

StratoStrate™ Engine · Core v1

The entry point into the Focus View engine. Scale, pulse, and glow — no license required. Touch the engine. Then go deeper.

Get Free Trial Key Try the Demo →
↓ scroll to interact
00 · Trial Key

Get Your Free 24-Hour Key.

No account. No credit card. A live trial key from the Lumenexus worker — valid for 24 hours, verified server-side.

1
Generate your free trial key below
2
npm install fvsimplescale
3
Pass your key to FVSS() and scale

Your email is optional and only used to send you your key. Never shared or used for marketing.

✦ Your Trial Key Is Ready

Valid for 24 hours · Verified server-side by the Lumenexus worker
# 1. Install
npm install fvsimplescale
 
# 2. Import and call
import { FVSS } from 'fvsimplescale';
await FVSS('p, h1', {
  licenseKey: 'FVSS-TRIAL-XXXX-XXXX',
  factor: 1.12, duration: 400
});
01 · Live Demo

Scale. Pulse. Respond.

Drive the engine directly. Every transform is computed by FVSimpleScale — proportional, eased, and alive. Keyboard: +/− · P · R

simpleScale · live
⚡ Live Text Scaler Demo — Come Play with FVSimpleScale
Touch the engine · Scale · Pulse · Reset · Test it live

Focus View Engine

Powered by the StratoStrate™ substrate — the dimensional modeling layer that governs proportional relationships across typography, spacing, and layout before they reach the viewport.

Scale 1.000×
Steps 0
Mode idle
Dur 400ms
Duration 400 ms
02 · What You Get Free

Core Engine. No Strings.

FVSimpleScale is a fully functional slice of the FVLA engine. No license required for this module.

Any CSS Selector
Target any element — paragraphs, headings, spans, custom classes. If CSS can select it, FVSimpleScale can scale it.
simpleScale('p, h1', …)
Smooth Easing
Built-in ease-out curve on every scale animation. No CSS transitions needed — the engine handles it internally.
cubic-bezier built-in
Stackable
Call simpleScale multiple times on the same element. Each call builds on the current size, not the original.
stateful engine
Zero Dependencies
FVSimpleScale ships as a single ESM file. No React, no frameworks, no build pipeline required.
npm i fvsimplescale
Trial Watermark
A small "FVSimpleScale Trial — Lumenexus" label appears during the 24h window. Removed on full license.
server-gated
Server-Side Expiry
Trial keys expire on the Lumenexus worker — no localStorage bypass possible. Verified on every page load.
FVSS({ licenseKey })
03 · Integration

Three Lines to Alive.

Install once. Import. Call. The FV engine handles the rest.

Bash · Install
npm install fvsimplescale
JavaScript · ESM
// 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 });

Ready for the full engine?

FVSimpleScale is the surface. Presence fields, reactive grid, FVDebugger, DepthMap, and the full StratoStrate™ substrate live one license away.