Skip to content

Commit 28b9159

Browse files
committed
Upgrade SDK version, add new carousel, add glasses try-on.
1 parent 12cf29b commit 28b9159

14 files changed

+761
-226
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Quickstart project for DeepAR Web.",
55
"main": "index.js",
66
"scripts": {
7-
"build": "rm -rf dist && webpack --config webpack.config.js --mode production && cp -r public/* dist && cp -r node_modules/deepar dist/deepar-resources",
7+
"build": "rm -rf dist && webpack --config webpack.config.js --mode production && cp -r public/* dist && cp -r node_modules/deepar",
88
"dev": "webpack serve --mode development --open --port 8888"
99
},
1010
"author": "",
@@ -15,6 +15,6 @@
1515
"webpack-dev-server": "^4.11.0"
1616
},
1717
"dependencies": {
18-
"deepar": "^5.0.0"
18+
"deepar": "^5.2.0"
1919
}
2020
}

public/effects/Elephant_Trunk.deepar

-2.19 MB
Binary file not shown.
788 KB
Binary file not shown.

public/images/bg-grid-dark.svg

Lines changed: 3 additions & 0 deletions
Loading

public/images/crystal.png

27.9 KB
Loading

public/images/gradient.svg

Lines changed: 43 additions & 0 deletions
Loading

public/images/powered-by.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)