Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 536 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 536 Bytes

The-Green-Screen

It takes two file input elements, labeled Foreground and Background and combine them to make a final output Image.

Note: This is an assignment of "Programming Foundations with JavaScript, HTML and CSS" a course from Coursera provided by Duke Univerity.

It uses a SimpleImage() js library. The SimpleImage library can be found at: https://www.dukelearntoprogram.com/course1/common/js/image/SimpleImage.js

gs