Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 333 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 333 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

Encoding an image

# Encode an existing png image and output a file ending with "_png-codec"
npm run encode <file>