@lyo/htm
v2.1.1
Published
Browser-compatible version of htm
Downloads
18
Readme
@lyo/htm
A browser-compatible version of htm built automatically with Lyo.
Usage
In a browser
<script src="https://cdn.jsdelivr.net/npm/@lyo/htm"></script>
<script>
htm(foo);
</script>
In Node.js
# Install
npm i @lyo/htm
const htm = require('@lyo/htm')
htm(foo);
Disclaimer
This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.
Use at your own risk