@web2paper/modeling
v0.0.2
Published
Core utilities to manage Web2Paper models
Readme
This package contains core utilities for Web2Paper development.
This package is part of the @web2paper/modeling-* ecosystem.
⚠️ Web2Paper and its ecosystem are under construction. Expect breaking change to API and bugs.
API
extractInjectedData<T>(devData?: T): T- extract the data of typeT(that should be the type of the model's data schema) injected in the model at render time by Web2Paper.
