/how-to-composite-with-jimp

Project files that accompany my video tutorial, How to Composite Images with Jimp

Primary LanguageJavaScript

How to Composite Images with Jimp

This repository contains files that accompany my video tutorial, How to Composite Images with Jimp [https://youtu.be/Wk3gkFNC0s8]

Getting Started

To begin, clone this repository.

$ git clone https://github.com/jessguilford/how-to-composite-with-jimp.git

Navigate into the direcory, then install packages with:

$ npm install

Use node to execute this script

$ node composite

More Information

Jimp is a pure JavaScript image editor for Node. More about jimp: https://www.npmjs.com/package/jimp

New to Node? Get started with Node.js: https://nodejs.org/en/