Skip to content

Commit 7735c23

Browse files
committed
Implement the example
1 parent dffb002 commit 7735c23

23 files changed

+414
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/node_modules
2+
/dist
3+
package-lock.json

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# quickstart-web-npm-js
2+
3+
- Go to https://developer.deepar.ai
4+
- Sign up
5+
- Create a project and a Web app
6+
- Copy the license key
7+
- Paste it into `src/index.js` (replace `your_license_key_goes_here`)
8+
- Open the terminal in the root of the project
9+
- Run `npm install`
10+
- Run `npm run dev`
11+
- If the browser doesn't open automatically, open http://localhost:8888

effects/aviators

719 KB
Binary file not shown.

effects/background_segmentation

841 KB
Binary file not shown.

effects/beard

1.27 MB
Binary file not shown.

effects/dalmatian

801 KB
Binary file not shown.

effects/flowers

2.32 MB
Binary file not shown.

effects/koala

530 KB
Binary file not shown.

effects/lion

823 KB
Binary file not shown.

effects/teddycigar

1.48 MB
Binary file not shown.

0 commit comments

Comments
 (0)