Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 319 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 319 Bytes

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>