How can i apply vtkImageGaussianSmooth function in VTK.js?

Hello Everyone,
Is there a way to apply the vtkImageGaussianSmooth function in VTK.js?
I searched for the example of an image Gaussian function in VTK.js but I couldn’t find it.
I was trying to smooth the data before I pass it for rendering.
Any suggestion?

Use a server with VTK or WebAssembly to enable processing on the JS side.