fn-dom-shim
v0.1.0
Published
A wrapper around window, document, event, etc. to be called from BEAM languages.
Readme
luminix.dev/fnds
A wrapper around window, document, event, etc. to be called from BEAM languages. This library acts as a Functional DOM Shim.
This project uses Bun to build a small JavaScript library.
Development
Install dependencies:
bun installBuild the library:
bun run buildPublishing
Make sure the dist directory is present and then publish to npm:
npm publish