Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 280 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 280 Bytes

Install steps

  1. Clone the repository
  2. Run the following command to install the dependencies
pnpm install
  1. Copy the ffmpeg files from node_modules to public folder
mkdir -p public/ffmpeg/core
cp node_modules/@ffmpeg/core/dist/esm/* public/ffmpeg/core