Generates cute, random maps in the browser using WebAssembly. Most of the heavy lifting is done by the excellent Noise crate.
Live instance: https://menno.io/faux-maps/
npm installNeed this workaround to avoid TLS issues (the Nix flake devshell already has this):
export NODE_OPTIONS=--openssl-legacy-provider
This builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm startThis builds the project and places it into the dist folder.
npm run build