Skip to content

Latest commit

 

History

History

fetch-browser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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