Shorted long words to 3,4 or 5 letters while keeping them recognizable.
- now accepts input via url and updates url for convenient sharing.
Serve the page directly with npx:
# Using serve (recommended)
npx serve -p 8080
# OR using http-server
npx http-server -p 8080 -c-1Then open http://localhost:8080 in your browser.
If you want to use npm scripts after installation:
npm start # Starts the development server on port 8080
npm run serve # Alternative using http-serverpackage.json- Project configuration with npm scriptsserver.js- Optional Node.js server (not required with npx)index.html- Main page with Lexical Compression Engine UI
- Node.js (for npx command)
- Modern web browser