@lumenexus-fvla/fvla
v1.2.1
Published
FVLA — an immersive interactive web engine by Nicholis Seeley
Maintainers
Readme
FVLA Framework — v1.2.0
An immersive interactive web engine by Nicholis Seeley.
All engine logic runs on the Lumenexus Cloudflare Worker. This package is a typed API client — no proprietary logic ships to your project.
Purchase a License
Installation
npm install @fvla-framework/fvlaQuick Start
import { init } from '@fvla-framework/fvla';
const fvla = await init('FVLA-XXXX-XXXX-XXXX');
console.log(fvla.tier); // 'single' | 'five' | 'ten' | ...
console.log(fvla.isValid); // trueFVDebugger — Proximity Field
window.addEventListener('mousemove', async e => {
const snap = await fvla.snapshot(
e.clientX, e.clientY,
document.getElementById('target').getBoundingClientRect()
);
target.style.transform = `scale(${snap.scale})`;
target.style.boxShadow = `0 0 ${snap.glow}px #0af`;
});Helpers
const sum = await fvla.helpers.add(2, 3); // 5
const lerp = await fvla.helpers.lerp(0, 100, 0.5); // 50
const dist = await fvla.helpers.distancePx(0,0,3,4); // 5DynMsg Plugin
const { message } = await fvla.nextMessage({ index: msgCount++ });
console.log(message); // 'FVLA ENGINE ACTIVE'MetricsCollector
await fvla.recordMetric('page.load', 342);responseCurve
const { life, glow } = await fvla.curve({ presence: 0.8 });License Tiers
| Tier | Domains | Price | |------|---------|-------| | Single | 1 | $39 | | 5-Pack | 5 | $129 | | 10-Pack | 10 | $219 | | Single Bundle (+ FVGrid) | 1 | $59 | | 5-Pack Bundle | 5 | $169 | | 10-Pack Bundle | 10 | $279 |
One-time purchase · Permanent key · 1 year of updates
© 2026 Nicholis Seeley. All rights reserved.
