0.4.3 • Published 3 months ago

@opentech-ux/lom-session-compiler v0.4.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

OpenTech UX Session Compiler

npm version npm license Build Status

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

License

APACHE 2.0