2.1.1 • Published 5 years ago

@lyo/htm v2.1.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

@lyo/htm

A browser-compatible version of htm built automatically with Lyo.

Version Build Hits

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

2.1.1

5 years ago