xxxxxxxxxx
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./layout.css" />
<script type="text/javascript" src="./gif.js"></script>
<script type="text/javascript" src="./gif.worker.js"></script>
<script type="text/javascript">
var gif = new GIF({
workers: 2,
quality: 10
});
gif.on('finished', function(blob) {
//window.open(URL.createObjectURL(blob));
var url = URL.createObjectURL(blob);
window.location = url;
});
</script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/processing.js/1.4.1/processing.min.js"></script>
<title>boxy</title>
</head>
<body>
<!--If you see nothing but gray, chances are that you are going to have to serve up the
directory locally. python -m SimpleHTTPServer is the way to go.
-->
<canvas id="full" datasrc="BoxyLady2.pjs"></canvas>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/processing.js/1.4.1/processing.min.js