1.0.0 • Published 3 years ago
@sigle/slate-to-html v1.0.0
@sigle/slate-to-html
This package converts a Slate 0.47 JSON representation to HTML.
Usage
import { generateHtml } from '@sigle/slate-to-html';
const slateJSON = {
// ... Slate Sigle JSON
};
const html = generateHtml(slateJSON);