Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ resizeCanvas
Method
resizeCanvas
src/core/p5.Graphics.js:83–85 ·
view source on GitHub ↗
(w, h)
Source
from the content-addressed store, hash-verified
81
}
82
83
resizeCanvas(w, h){
84
this._renderer.resize(w, h);
85
}
86
87
/**
88
* Resets the graphics buffer's transformations and lighting.
Callers
14
pixelDensity
Method · 0.95
loading.js
File · 0.80
rendering.js
File · 0.80
resize
Function · 0.80
p5.Graphics.js
File · 0.80
p5.Framebuffer.js
File · 0.80
p5.Texture.js
File · 0.80
p5.Camera.js
File · 0.80
p5.RendererGL.js
File · 0.80
p5.Framebuffer.js
File · 0.80
webgpu.js
File · 0.80
webgl.js
File · 0.80
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected