MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / defaultValue

Function defaultValue

ui/media/js/croppr.js:1065–1067  ·  view source on GitHub ↗
(v, d)

Source from the content-addressed store, hash-verified

1063 }
1064 };
1065 var defaultValue = function defaultValue(v, d) {
1066 return v !== null ? v : d;
1067 };
1068 return {
1069 aspectRatio: defaultValue(aspectRatio, defaults$$1.aspectRatio),
1070 maxSize: defaultValue(maxSize, defaults$$1.maxSize),

Callers 1

croppr.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected