UNPKG

text-mode

Version:

Character based display for the DOM

15 lines 268 B
<!doctype html> <html> <head> <meta charset="utf-8" /> <style> body { background: #eee; } </style> </head> <body> <script src="../text-mode-min.js"></script> <script src="fps.js"></script> </body> </html>