0.4.2 • Published 1 year ago

@himeka/capacitor-ffmpeg-kit v0.4.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

@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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


0.4.2

1 year ago