gani

HTML rendering engine

Usage no npm install needed!

<script type="module">
  import gani from 'https://cdn.skypack.dev/gani';
</script>

README

gani

gani

gani renders applications using a JSON-formatted design language to define layout, appearance and behaviour. It passes JSON "patterns" through an interpreter and uses the result to complete a graph (graph is made with facebook's immutable.js). Each node in the graph corresponds to a page object in the application, such as a text field a navigation list or an animated canvas. Updates to the application are applied quickly (real-time animation quick) using edges that connect data among nodes.

this application isn't ready. documentation is being developed.