Skip to content

Commit 4178523

Browse files
Updated SDK version to 1.17.0
1 parent 8ec4fdb commit 4178523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
Module,
4747
ImageCapture,
4848
Dom,
49-
} from "https://cdn.jsdelivr.net/npm/@banuba/webar@1.16.0/dist/BanubaSDK.browser.esm.min.js";
49+
} from "https://cdn.jsdelivr.net/npm/@banuba/webar@1.17.0/dist/BanubaSDK.browser.esm.min.js";
5050
import { zipSync as zip } from "https://cdn.jsdelivr.net/npm/fflate@0.6.4/esm/browser.min.js";
5151
import App from "./src/app.js";
5252
import Store from "./src/store.js";
@@ -64,7 +64,7 @@
6464
Module.preload(
6565
["background", "eyes", "face_tracker", "hair", "lips", "skin"].map(
6666
(m) =>
67-
`https://cdn.jsdelivr.net/npm/@banuba/webar@1.16.0/dist/modules/${m}.zip`
67+
`https://cdn.jsdelivr.net/npm/@banuba/webar@1.17.0/dist/modules/${m}.zip`
6868
)
6969
),
7070
Effect.preload("assets/Makeup_new_morphs.zip"),

0 commit comments

Comments
 (0)