@richardaware74/capacitor-ffmpeg-kit
v0.4.1
Published
A Capacitor plugin that provides FFmpeg capabilities, allowing video and audio processing operations directly within your Ionic app.
Downloads
46
Maintainers
Readme
@richardaware74/capacitor-ffmpeg-kit
A Capacitor plugin that provides FFmpeg capabilities, allowing video and audio processing operations directly within your Ionic app.
Install
npm install @richardaware74/capacitor-ffmpeg-kit
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>