Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlloyTeam/AlloyImage
/ width
Function
width
nsrc/alloyimage.base.js:130–132 ·
view source on GitHub ↗
(w)
Source
from the content-addressed store, hash-verified
128
//原型对象
129
window[Ps].prototype = {
130
set width(w){
131
this.canvas.width = w;
132
},
133
134
set height(h){
135
this.canvas.height = h;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected