labbo-lab / Habitat

my javascript helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Habitat

Habitat is a collection of JavaScript helpers that I use in my hobby projects.
A list of its functions is in the documentation.

How to use it

You can embed it, like this:

<script src="habitat-embed.js"></script>
<script>
	const { print } = Habitat
	print("Hello world!")
</script>

Or import it like this:

import { print } from "./habitat-import.js"
print("Hello world!")

How to build it

If you want to help develop Habitat, you can build it with Frogasaurus.

About

my javascript helpers

License:MIT License


Languages

Language:JavaScript 96.8%Language:HTML 3.2%