This repo contains code examples of how to use the Designify API.
To try the examples on you machine just clone this repository and run npm install
inside the respective folder.
To use the Designify API you need an API key which you get by subscribing to Designify Pro. You can find the API key in your dashboard
- Clone this repository
git clone [email protected]:remove-bg/designify-api-demo.git
- cd into a demo directory
cd designify-api-demo/axios-browser
- Install all the dependecies
npm install
- Get your API key and place it into the respective source file
- Run the example through
npm start