How is it possible in node.js to read template fields?

How can I in node.js read out the fields that I can update in the template?
example.html (221.0 KB)

I need to publish the fields in my client, that i’m working on.

For instance to implement GDD Metadataor by using OGraf compatible templstes.

We just made the integration in Falcon Play (www.wearefalcon.tv)

Just read the html in node, search and read the GDD / Ograf JSON, and use the the data the way you want :slight_smile:

This graphic is made with GitHub - nxtedition/create-caspar-graphics: A tool for building, testing and packaging HTML graphics for CasparCG using code.
Seems that I cannot find anything in that I can use.

With that tool you get the description of the template in a separate “manifest.json” file. I don’t know if it follows any standard.