@ficlabapp/flt-html

1.2.4 • Public • Published

flt-html

This library is a plugin for @ficlabapp/flt.

Usage

import { Document } from "@ficlabapp/flt";
import { HTMLRendererPlugin } from "@ficlabapp/flt-html";

// create a new document and register the plugin
let d = new Document();
d.use(HTMLRendererPlugin);

// render to HTML
var html = d.toHTML();

Readme

Keywords

none

Package Sidebar

Install

npm i @ficlabapp/flt-html

Weekly Downloads

2

Version

1.2.4

License

ISC

Unpacked Size

16.6 kB

Total Files

6

Last publish

Collaborators

  • erayd