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.
Install dependencies:
bun installBuild the library:
bun run buildMake sure the dist directory is present and then publish to npm:
npm publish