-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Vyacheslav Aristov edited this page May 26, 2022
·
3 revisions
The easiest way to get HtmlModule is to include pre-built bundle from CDN:
<script src="https://unpkg.com/htmlmodule@latest/dist/htmlmodule.js"></script>It injects htmlmodule global into your environment.
If you're using NPM, you can install HtmlModule via:
npm install htmlmoduleJust use global htmlmodule:
const { HtmlA } = htmlmoduleconst { HtmlA } = require('htmlmodule')import { HtmlA } from 'htmlmodule'