UNPKG

mineflayer-voxel

Version:

A plugin to give you a web-based view of your mineflayer bot.

13 lines (12 loc) 234 B
<!doctype html> <html> <head> <title>Mineflayer Client</title> </head> <body> <div id="gameCanvas"> </div> <script src="/socket.io/socket.io.js"></script> <script src="/client.js"></script> </body> </html>