@sigle/slate-to-html
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@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);

Readme

Keywords

none

Package Sidebar

Install

npm i @sigle/slate-to-html

Weekly Downloads

15

Version

1.0.0

License

MIT

Unpacked Size

10.2 kB

Total Files

7

Last publish

Collaborators

  • sigle-leo
  • leopradel