Module- metapages/metapage
This is the core open-source module for running metapages in the browser. This module is low-level, and typically used by more ergonomic integrations, e.g. in React
To create a metapage, you provide a JSON definition, then you get iframes to embed in the dom, and you can then get/set data in and out of the workflow.
Getting started
npm i @metapages/metapage
Examples to follow soon!