1.9.0 • Published 1 year ago

@mahaljs/html-compiler v1.9.0

Weekly downloads
-
License
APACHE 2.0
Repository
github
Last release
1 year 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

1 year ago

1.8.6

1 year ago

1.8.1

2 years ago

1.7.2

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.6.2

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.5.2

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago