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";
es module port of handlebars
<script type="module">
import handlebarsEsm from 'https://cdn.skypack.dev/handlebars-esm';
</script>
a port of Handlebars to esm compatable module
from npm
npm i handlebars-esm --save
import Handlebars from "handlebars-esm";
or directly from unpkg
import Handlebars from "https://unpkg.com/handlebars-esm";