Skip to content

v1.0.0

Compare
Choose a tag to compare
@c-kick c-kick released this 27 Dec 14:30
· 43 commits to main since this release

Initial release.

This is a base collection of JavaScript modules I wrote and regularly use in my various projects. These are all specifically aimed at integration inside the module ecosystem I wrote, which is designed and built around the hnl.dynamicimports.mjs and hnl.eventhandler.mjs base modules.

Although the modules can be used outside that ecosystem, I did not intend for this use. All modules use an init function, which takes a bunch of elements (NodeList) to work on. Modules may change/disappear without prior notice.

See README.md for basic usage.