An open API service indexing awesome lists of open source software.

https://github.com/dperrymorrow/handlebars-esm

a port of Handlebars to esm compatable module
https://github.com/dperrymorrow/handlebars-esm

Last synced: 8 months ago
JSON representation

a port of Handlebars to esm compatable module

Awesome Lists containing this project

README

          

# handlebars-esm
a port of Handlebars to esm compatable module

## Usage

from npm

```
npm i handlebars-esm --save
```

```javascript
import Handlebars from "handlebars-esm";
```

or directly from unpkg

```javascript
import Handlebars from "https://unpkg.com/handlebars-esm";
```