- This is a toolkit for web media applications.
- Making media processing in the web easier.
Install the dependencies:
pnpm install & cd .demo && pnpm install & wait
Link the package to the demo:
cd .demo && pnpm link ../ && cd ..
Start the development server:
pnpm dev & cd .demo && pnpm dev & wait