react-native-thumbnail-generator
iOS/Android thumbnail generator with support for both local and remote videos
Getting started
-
Install library from
npm
yarn add react-native-thumbnail-generator -
Link native code
With autolinking (react-native 0.60+)
cd ios && pod installPre 0.60
react-native link react-native-thumbnail-generator
Usage
; ;
Request Object
Property | Type | Description |
---|---|---|
url | String (default "" ) |
Path to video file (local or remote). |
timeStamp | Number (default 1 ) |
Thumbnail time |
Response Object
Property | Type | Description |
---|---|---|
path | String |
Path to generated thumbnail. |
width | Number |
Thumbnail width |
height | Number |
Thumbnail height |
License
MIT