使用jainsip的方式解析sdp

This commit is contained in:
panlinlin
2021-03-01 18:12:56 +08:00
parent d0f5d684a9
commit 421c2f5602
9 changed files with 80 additions and 699 deletions

View File

@@ -7,7 +7,7 @@ module.exports = {
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {},
'postcss-pxtorem': {
rootValue: 24,
rootValue: 16,
propList: ['font-size'] // 只转化font-size
}
}