Generates a random Permutation, uses the Permutation in computing Perlin Noise, and then displays the Perlin Noise in a heatmap.
- Use the included package.json scripts for compiling and running the project.
- The
'build'script must execute after any Typescript file changes. This is used to compile any Typescript files into Javascript files. - The
'start'script will launch the app usingindex.htmlas the root.
//TODO