I am new to the WebGL and shaders world, and I was wondering what the best way to make the effect below.
Work in progress
Desired effect
I used THREE.TextGeometry to draw the text. In ShaderMaterial text I created a simple light. And I'm moving vertices with a simple noise , to give a cloth effect.
What I need now is basically move the colored pixels. Could someone give me a direction? Thanks!

