Javascript library utility for transform gUFO files to HTML.
npm install gufo2html --save
// yarn users
yarn add gufo2html
import { transformGUFO2HTML } from 'gufo2html';
transformGUFO2HTML(ttlStringModel, options)
baseIRI?: string;
documentationProps?: {
title?: string;
description?: string[];
customPartials?: {
headContent?: string;
styles?: string;
head?: string;
body?: string;
generalInformation?: string;
termsIndex?: string;
classes?: string;
relations?: string;
attributes?: string;
};
theme?: DocTheme;
};
format?: string;
colors?: {
background?: string;
border?: string;
title?: string;
text?: string;
};
shape?: {
borderRadius?: string;
};
typography?: {
fontFamily?: string;
fontSize?: string;
mobileFontSize?: string;
};
overrides?: {
[key in keyof HTMLElementTagNameMap]?: CSS.Properties;
};
If you are interested to know more, feel free to open an issue to provide feedback on the project or reach our team members for more specific cases: