Making Your Own Renderer

Inside of index.mjs, demo_gen outputs an object called RenderInfo that points to all the functions demo_gen has created for the purposes of demonstration.

RenderInfo gives you the function to call directly, as well as the required parameters needed for each function in order.

This is meant to slot in to almost any Javascript solution with ease, but if there's an issue with RenderInfos setup that is not quite compatible with your solution, please open an issue.

The exact structure of RenderInfo is available in the demo_gen design docs.