UNPKG

@types/three

Version:
14 lines (11 loc) 302 B
import { Node } from "three/webgpu"; interface HashBlurOptions { size?: Node | undefined; mask?: Node | null | undefined; premultipliedAlpha?: boolean | undefined; } export const hashBlur: ( textureNode: Node, bluramount?: Node | number, options?: HashBlurOptions, ) => Node;