One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
@echo off | |
chcp 65001 >NUL | |
setlocal enabledelayedexpansion | |
:: THIS SCRIPT | |
:: https://gist.github.com/tavinus/44bd6bf3d20204d654b6d5fe52342741 | |
:: Works from CLI or Drag and Drop | |
:: GhostScript Download: | |
:: https://www.ghostscript.com/download.html |
<!doctype html> | |
<html> | |
<head> | |
<title>JS1k</title> | |
<meta charset="utf-8" /> | |
</head> | |
<body> | |
<canvas id="c"></canvas> | |
<script> | |
var b = document.body; |