coco
Results
2
issues of
coco
const creator = new FFCreator({ cacheDir: path.join(__dirname, '../../catch'), // 缓存目录 outputDir: path.join(__dirname, '../../video/'), // 输出目录 width, // 影片宽 height, // 影片高 parallel: 8, fps: 30, audio: audioPath }); const scene...
nodejs 20.11.1,typescript ^5.4.5 后端安装,项目启动报错 Cannot find module 'xxx/node_modules/pinyin/dist/pinyin.js'. Please verify that the package.json has a valid "main" entry pinyin这个包的package.json的main属性写的包的入口文件找不到