Bitmap Transformer - lab 4

Authors: Cari Palazzolo, Jei Shepherd

Overview

In this lab, we implemented a bitmap transformer which reads rgb pixels and converts using bitmap specifications; unit tests included.

Technologies used

Node.js, JavaScript, Jest

Getting Started

  1. Clone and download GitHub repo

  2. Install dev dependencies:
    npm i

  3. Run tests:
    npm run lint
    npm run pretest
    npm run test
    npm run test:watch

Acknowledgements

Forked from: https://github.com/alchemy-fullstack-js-winter-2018/bitmap-transformer