Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 539 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 539 Bytes

Using the Designify API with fetch in the browser

What this demo is doing:

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.

How to run this demo:

  1. Install all the dependecies
npm install
  1. Get your API key and place it inside the index.html file
  2. Run the example through
npm start