This is a simple program to allow for conversion between various LUT formats.
With Node.js and NPM installed, clone the repository and run npm i
to install all dependencies.
Once the dependencies have been installed simply use npm start
to run the program.
The .js
files are generated by the TypeScript compiler and should not be modified.
To install TypeScript run npm i -g typescript
. You can then run tsc -w
to start the compilation in watch mode. Visit https://typescriptlang.org/ for more information about TypeScript.