1.0.4 • Published 1 year ago

video-compression-plugin v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

Returns: Promise<{ value: string; }>


1.0.4

1 year ago

0.0.4

1 year ago

1.0.3

1 year ago

0.0.3

1 year ago

1.0.2

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.0

1 year ago