Created
August 22, 2016 02:28
-
-
Save mashaal/ff5e24f8c6decafb952516ba56c3a57d to your computer and use it in GitHub Desktop.
Revisions
-
mashaal created this gist
Aug 22, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ // example for retina canvas this.canvas.width = this.width * window.devicePixelRatio this.canvas.height = this.height * window.devicePixelRatio this.canvas.style.width = `${this.width}px` this.canvas.style.height = `${this.height}px`