js-xhttp
An HTTP tool is based on Axios that can make ajax more convenient and universal, easier to manage, and more efficient and unified.
foreign-country-utils
// 初始化
const camera = new Camera({
containerCanvas: canvas,
customVideoConfig: {}, // 自定义视频配置
customAudioConfig: {}, // 自定义声音配置
callBack: (e:Blob) => {
// todo something
}
})