CSC/CSC 517 Spring 2020/Implement ImageBitMap WebAPI
Background Information
This project aims to contribute to Mozilla's experimental browser engine called Servo, which is implemented in a language called RUST(useful for implementing features that need concurrency and memory safety).
Many of the components of Servo are still under development and one such feature is the ImageBitMap[1]. This project focuses on implementing this feature by following the steps provided in the next section.