video-compression-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

video-compression-plugin

Plugin for Video Compression

Install

npm install video-compression-plugin
npx cap sync

Note:

  • This is released for Clappia Internal working.
  • Version 0.0.0 to 0.0.3 are for internal use.
  • Version 1.0.3 and upward are useful.
  • Plugin expects a Url which is location of recorded Video and return location of compressed video.

API

getCompressedResult(...)

getCompressedResult(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


Readme

Keywords

Package Sidebar

Install

npm i video-compression-plugin

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

18.4 kB

Total Files

27

Last publish

Collaborators

  • pranavt
  • support_clappia