The code inside index.html
is sending the image placed inside the ./images
folder with a POST
request
using window.fetch
to the Designify API. The response is a generated design with the uploaded image placed inside it.
- Install all the dependecies
npm install
- Get your API key and place it inside the
index.html
file - Run the example through
npm start