1.2.4 • Published 1 month ago

@ficlabapp/flt-html v1.2.4

Weekly downloads
118
License
ISC
Repository
github
Last release
1 month ago

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();
1.2.4

1 month ago

1.2.3

2 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.11

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.10

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago