MCPcopy Create free account
hub / github.com/AyushSaini00/60minuteJavaScript / resizing

Function resizing

HTML-Canvas/app.js:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50window.addEventListener('load', getCanvas);
51
52function resizing(){
53 canvas.height = window.innerHeight;
54 canvas.width = window.innerWidth;
55}
56window.addEventListener('resize', resizing);
57
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected