Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ blurv
Function
blurv
external/.d3.js:157–161 ·
view source on GitHub ↗
(blur, T, S, w, h)
Source
from the content-addressed store, hash-verified
155
}
156
157
function
blurv(blur, T, S, w, h) {
158
for
(
let
x = 0, n = w * h; x < w; ++x) {
159
blur(T, S, x, x + n, w);
160
}
161
}
162
163
function
blurfImage(radius) {
164
const
blur = blurf(radius);
Callers
1
Blur2
Function · 0.85
Calls
1
blur
Function · 0.85
Tested by
no test coverage detected