MCPcopy Create free account
hub / github.com/AlloyTeam/AlloyImage / height

Function height

nsrc/alloyimage.base.js:134–136  ·  view source on GitHub ↗
(h)

Source from the content-addressed store, hash-verified

132 },
133
134 set height(h){
135 this.canvas.height = h;
136 },
137
138 get width(){
139 return this.canvas.width;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected