handlebars-esm

es module port of handlebars

Usage no npm install needed!

<script type="module">
  import handlebarsEsm from 'https://cdn.skypack.dev/handlebars-esm';
</script>

README

handlebars-esm

a port of Handlebars to esm compatable module

Usage

from npm

npm i handlebars-esm --save
import Handlebars from "handlebars-esm";

or directly from unpkg

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