Noisy Font

Convert the word "code" into the position of points using p5.js textToPoints(), then vary the position of points using noise(), which returns the Perlin noise. The main difference to the random() function is that Perlin noise is defined in an infinite n-dimensional space where each pair of coordinates corresponds to a fixed semi-random value