Licence
GPL-3.0-or-later
Version
0.4.2
Deps
0
Size
19 kB
Vulns
0
Weekly
0
@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; }>