API Reference SnapFramework v0.1.0-alpha.6

Modules

Overview

SnapFramework.Component is nearly identical to a Scene. The main different is the addition of the defcomponent macro, as well as the addition of the scenic opts key. defcomponent build out your scenic validate function and helper functions, automatically so you don't have to.

The EEx template engine.

Overview

This module is responsible for taking the parsed EEx template and building the graph.

Overview

SnapFramework.Scene aims to make creating Scenic scenes easier and comes with a lot of convenient features. See Scenic.Scene docs for more on scenes.