Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devforth/painterro
/ validationWidthValue
Method
validationWidthValue
js/resizer.js:94–96 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
92
}
93
94
validationWidthValue(value) {
95
return
value <= this.inputWLimit;
96
}
97
98
validationHeightValue(value) {
99
return
value <= this.inputHLimit;
Callers
1
validationWidth
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected