UNPKG

@tencentcloud/roomkit-electron-vue3

Version:

<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,

61 lines (60 loc) 1.58 kB
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const motions2D = [ { displayName: "无", displayNameEn: "None", effectName: "naught", icon: "beauty/none.png" }, { displayName: "可爱涂鸦", displayNameEn: "Cute graffiti", effectName: "video_keaituya", icon: "motions_icon/video_keaituya.png", resourcePath: "2dMotionRes.bundle/video_keaituya/template.json" }, { displayName: "兔兔酱", displayNameEn: "Bunny", effectName: "video_tutujiang", icon: "motions_icon/video_tutujiang.png", resourcePath: "2dMotionRes.bundle/video_tutujiang/template.json" } ]; const motions3D = [ { displayName: "知性玫瑰", displayNameEn: "Glasses", effectName: "video_zhixingmeigui", icon: "motions_icon/video_zhixingmeigui.png", resourcePath: "3dMotionRes.bundle/video_zhixingmeigui/template.json" } ]; const advancedMakeup = [ { displayName: "无", displayNameEn: "None", effectName: "None", icon: "beauty/none.png", uiState: 0 }, { displayName: "桃花", displayNameEn: "Peach", effectName: "video_fenfenxia", icon: "makeup_icon/video_fenfenxia.png", resourcePath: "makeupMotionRes.bundle/video_fenfenxia/template.json", minValue: 0, maxValue: 100 } ]; const MotionsJsonS101 = { motions2D, motions3D, advancedMakeup }; exports.advancedMakeup = advancedMakeup; exports.default = MotionsJsonS101; exports.motions2D = motions2D; exports.motions3D = motions3D;