Run mtui in your web browser!

Florrie 96f57477d1 Proper mobile keyboard/touch support 5 tahun lalu
src 96f57477d1 Proper mobile keyboard/touch support 5 tahun lalu
.gitignore 294867799d Initial commit 5 tahun lalu
.gitmodules 294867799d Initial commit 5 tahun lalu
LICENSE.txt 63d58fe164 Add LICENSE.txt 5 tahun lalu
README.md db19f6f8a4 README, package.json 5 tahun lalu
index.html aa5c2385f3 Center canvas in browser window 5 tahun lalu
package-lock.json 294867799d Initial commit 5 tahun lalu
package.json db19f6f8a4 README, package.json 5 tahun lalu
screenshot.png db19f6f8a4 README, package.json 5 tahun lalu
style.css aa5c2385f3 Center canvas in browser window 5 tahun lalu
test f720fc439b Display cursor 5 tahun lalu
webpack.config.js 294867799d Initial commit 5 tahun lalu

README.md

web-mtui

Run mtui in your web browser! Web-mtui uses webpack to package a modified version of mtui as JavaScript that can run in your browser.

Screenshot of a Firefox window containing web-mtui

Installing

Make sure you clone web-mtui with the --recursive option, like so:

$ git clone --recursive web-mtui

Otherwise the mtui repository won't be cloned into web-mtui's source tree.

Then just do npm install and npm build - this will make a file show up in a new dist folder. Open up index.html in your web browser and you are good to go!