Skip to content

DaniVS/node-express-image-processing-server

 
 

Repository files navigation

To run the project you must first install graphicsmagick. On Mac use the homebrew package manager.

brew install graphicsmagick

On Windows use the choclatey package manager.

choco install graphicsmagick

Install the dependencies

npm install

Run the unit tests

npm run test

Run an individual test

npm run test:module-3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Other 1.3%