@opentech-ux/lom-session-compiler
v0.4.3
Published
Compiler to generate UX session replay site from captured session chunks
Downloads
8
Readme
OpenTech UX Session Compiler
Description
JSON schema file compiler for generating an interactive model of website navigation.
This compiler accepts custom files or files generated by the captor script containing the JSON schema format. Consequently, generate a series of HTML files that represent a simulation of the navigation on a web site.
Installation
npm install @opentech-ux/lom-session-compiler
Importing
// Using Node.js `require()`
const { SessionCompiler } = require('@opentech-ux/lom-session-compiler');
// Using ES6 imports
import { SessionCompiler } from '@opentech-ux/lom-session-compiler';
Uses examples
tba