0.8.2 • Published 12 days ago

formio2html v0.8.2

Weekly downloads
1
License
MIT
Repository
-
Last release
12 days ago

formio2html

A library written in Rust to convert a formio form into a html page.

Available on npmjs.org

Usage

  • Install with npm i formio2html.
  • Import import { FormioForm } from 'formio2html';
const form = FormioForm.new(JSON.stringify(template), JSON.stringify(submission));
const html = form.to_html();

Building

Dependencies

Instructions

  • Install the wasm32-unknown-unknown target via rustup
  • Clone this repo
  • Build styles
    • sass src/styles/style.scss src/styles/style.css
  • Build wasm package
    • wasm-pack build --release

OR make build

0.8.2

12 days ago

0.8.1

26 days ago

0.8.0

2 months ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.2

3 years ago

0.3.1

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago