zhaohappy / libmedia

一个 TypeScript 实现的高性能媒体库,支持 WebCodecs 和 Wasm。 A high-performance media library implemented in TypeScript, support WebCodecs and Wasm.
https://zhaohappy.github.io/libmedia/product/player/player.html
GNU Lesser General Public License v3.0
136 stars 21 forks source link

Make libraries `common` and `cheap` be part of this repository. #16

Closed Mng12345 closed 1 month ago

Mng12345 commented 1 month ago

As the title.

zhaohappy commented 1 month ago

we use git submodule to depend on cheap and common. Do you think there are any problems in this way? You can add parameter --recursive to git clone command to clone this repository with cheap and common.

Mng12345 commented 1 month ago

Thanks, i download the source files by choosing zip file not using git clone, the cheap and common directories are empty.