@himeka/capacitor-ffmpeg-kit
v0.4.2
Published
A Capacitor plugin that provides FFmpeg capabilities, allowing video and audio processing operations directly within your Ionic app.
Downloads
4
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; }>