UNPKG

xobuilder-extractor

Version:

> **A sophisticated web application that converts HTML and CSS to JSON layout through an intelligent multi-step flow process with AI validation.**

9 lines (8 loc) 216 B
/** * Convert html to xojl structure and get the entities */ export declare const Html2XojlConvertedDatasetFlow: (data: { cleanHTML: string; cleanCSS: string; trackElementData: any; }) => Promise<any>;