This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<canvas id="canvas" width=1200 height=400 style="border: 0px dashed #000000; display: block; margin:0 auto;"></canvas> | |
<script src="rita.js"></script> | |
<script> | |
RiTa.p5Compatible(true); | |
RiText.defaultFont("Georgia",18); | |
var rm = new RiMarkov(RiTa.random(2,5)); |