Is it possible to apply effects to images with Javascript and canvas?

What Wick Editor Version are you using?
1.19.3

Describe the Problem
I was wondering if it was possible to edit images with Javascript and canvas? I am trying to add a glitch effect to an image I uploaded. I know how to do it in plain Javascript: https://jsfiddle.net/jacobmumford/7npb3cmo/9/
But I have no idea how to do it in the wick editor. Help is appreciated!

What have you tried so far?
I’ve tried using a canvas element, but no go.

Nothing natively (it is not a Wick Editor built-in feature )… It is possible that you can find a 3rd party js lib to apply that to the canvas, but I haven’t search for that. Best Luck.

1 Like