Last active
September 17, 2020 18:35
-
-
Save kirkouimet/2c07b708931cd945ed1c817bc745eedf 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
var view = new View(); | |
view.width = 1024; | |
view.height = 768; | |
view.render(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment