From a45aeb5e62ef37e5dfb700f7cdea59e08c43f607 Mon Sep 17 00:00:00 2001 From: Alena Shevchenko Date: Mon, 7 Aug 2023 17:21:01 +0300 Subject: [PATCH] upd beauty-demo for 1.8.0 testing --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0c872b1..a7adfdb 100644 --- a/index.html +++ b/index.html @@ -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/fflate@0.6.4/esm/browser.min.js" import App from "./src/app.js" import Store from "./src/store.js" @@ -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"),