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.**
6 lines (5 loc) • 297 B
TypeScript
import { Html2XojlConvertedInput, Html2XojlConvertedOutput } from '../../domains/ports/html-2-xojl.port';
/**
* Convert html to xojl structure and get the entities
*/
export declare const Html2XojlConvertedFlow: ({ data, cFuncs, }: Html2XojlConvertedInput) => Promise<Html2XojlConvertedOutput>;