1.0.4 • Published 2 years ago

video-compression-plugin v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.0.4

2 years ago

1.0.3

2 years ago

0.0.3

2 years ago

1.0.2

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.0

2 years ago