This example shows how to use the Designify API to batch process a set of images. The code inside index.js
is iterating through all images put inside ./input-images
and sending them one by one to the Designify API. The generated designs are then placed inside the ./output-images
folder.
- Install all the dependecies
npm install
- Get your API key and place it inside the
index.js
file - Run the example through
npm start