mirror of
https://github.com/bendtherules/blog.git
synced 2026-08-18 13:41:55 +00:00
Blog raw files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
window.onload=function(){
|
||||
var canvas = document.getElementById("canvas");
|
||||
ctx = canvas.getContext("2d");
|
||||
cW = canvas.width;
|
||||
cH = canvas.height;
|
||||
}
|
||||
Reference in New Issue
Block a user