When using @deepar/beauty, DeepAR displays an overlay text (DeepAR)

import * as deepar from “deepar”;

import * as Beauty from “@deepar/beauty”

(async function () {
try {
let deepAR = await deepar.initialize({
licenseKey: “my_licenseKey”,
previewElement: document.querySelector(‘#deepar-div’)
});
const beauty = await Beauty.initializeBeauty(deepAR, “@deepar/beauty CDN by jsDelivr - A free, fast, and reliable Open Source CDN”);
beauty.faceMorphing.eyeSize.set(-50)
beauty.skinSmoothing.set(85)
beauty.faceMakeup.blush.intensity.set(40)
} catch (error) {
return;
}
})();

while using this const beauty = await Beauty.initializeBeauty(deepAR, “@deepar/beauty CDN by jsDelivr - A free, fast, and reliable Open Source CDN”); there is a overlay text (DeepAR) in the camera other than watermark. How to solve it ?

Hi, the beauty plugin is a paid add on, what you are seeing is a watermark

yes. it is like a watermark. Like An overlay text, which is not completely visible

the watermark is automatically removed when you upgrade to any paid subscription plan.​

Hii TaApp,
I was working with DeepAR Beauty and trying to run it on web but it does not show any result on the screen. Could you help me with this as to how you did to check the result.

I’m sorry I’ll need a bit more info, what were you doing exactly and what was the result?