Skip to content

Commit

Permalink
upd beauty-demo for 1.8.0 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alenashevchenko committed Aug 7, 2023
1 parent e814585 commit a45aeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
Module,
ImageCapture,
Dom,
} from "https://cdn.jsdelivr.net/npm/@banuba/webar@1.7.1-beta.1/dist/BanubaSDK.browser.esm.min.js"
} from "https://cdn.jsdelivr.net/npm/@banuba/webar@1.8.0-beta.2/dist/BanubaSDK.browser.esm.min.js"
import { zipSync as zip } from "https://cdn.jsdelivr.net/npm/[email protected]/esm/browser.min.js"
import App from "./src/app.js"
import Store from "./src/store.js"
Expand All @@ -60,7 +60,7 @@
}),
Module.preload(
["background", "eyes", "face_tracker", "hair", "lips", "skin"].map(
(m) => `https://cdn.jsdelivr.net/npm/@banuba/webar@1.7.1-beta.1/dist/modules/${m}.zip`
(m) => `https://cdn.jsdelivr.net/npm/@banuba/webar@1.8.0-beta.2/dist/modules/${m}.zip`
)
),
Effect.preload("assets/Makeup_new_morphs.zip"),
Expand Down

0 comments on commit a45aeb5

Please sign in to comment.