Dependencies # Install node dependencies based on package-lock.json npm ci # Pull submodules required for tests git submodule update --init --recursive Testing npm run watch Decoding an image # Decode an existing tga image and print object to console npm run decode <file>