Authors: Cari Palazzolo, Jei Shepherd
In this lab, we implemented a bitmap transformer which reads rgb pixels and converts using bitmap specifications; unit tests included.
Node.js, JavaScript, Jest
-
Clone and download GitHub repo
-
Install dev dependencies:
npm i
-
Run tests:
npm run lint
npm run pretest
npm run test
npm run test:watch
Forked from: https://github.com/alchemy-fullstack-js-winter-2018/bitmap-transformer