1.9.0 • Published 2 years ago

@mahaljs/html-compiler v1.9.0

Weekly downloads
-
License
APACHE 2.0
Repository
github
Last release
2 years ago

TEST npm version

mahal-html-compiler

official Html compiler for mahal framework

Install

npm i @mahaljs/html-compiler

Doc

mahal-html-compiler exposes createRenderer method which takes html string as input and convert it to a method which is used by mahal.js to create the html element.

import { createRenderer } from "@mahaljs/html-compiler";
const method = createRenderer(`<div>{{ujjwal}}</div>`);
1.9.0

2 years ago

1.8.6

3 years ago

1.8.1

3 years ago

1.7.2

3 years ago

1.8.0

3 years ago

1.7.1

3 years ago

1.6.2

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.5.2

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago