video-compression-plugin
v1.0.4
Published
Plugin for Video Compression
Downloads
3
Readme
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; }>