MCPcopy Create free account
hub / github.com/Snapchat/Valdi / width

Function width

src/valdi_modules/src/valdi/web_renderer/test/WebValdiImage.spec.ts:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 removeEventListener: () => {},
32 style: {} as Record<string, string>,
33 get width() { return canvasWidth; },
34 set width(v: number) { canvasWidth = v; },
35 get height() { return canvasHeight; },
36 set height(v: number) { canvasHeight = v; },

Callers 5

sizeMethod · 0.85
centerMethod · 0.85
makeFittingSizeMethod · 0.85
areaMethod · 0.85
areaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected