Created
December 22, 2016 19:34
-
-
Save jtenner/70591f1baf36e2266c5811534bfb1d71 to your computer and use it in GitHub Desktop.
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
let r = new e2d.Render(width, height); | |
r.ready(); | |
r.on('frame', () => r.render( | |
e2d.clearRect(width, height), | |
e2d.fillText("Hello World!", 100, 100) | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment