There are endless GIF-making websites out there, but I thought it would be a fun project to make a GIF in JavaScript. — A simple GIF To start, I downloaded gif-encoder-2 and canvas via npm. gif-encoder-2 is one library that allows for the easy creation of GIFs in JavaScript. canvas assists this library in making the GIFs. To start off in creating our GIF, we create a canvas that we will later manipulate. I then added…