0.1.16 • Published 2 years ago

react-native-video-thumbnail-too v0.1.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-video-thumbnail-too

extracts a png OR jpg thumbnail from a video

Installation

yarn add react-native-video-thumbnail-too
npx react-native link react-native-video-thumbnail-too

IOS

cd ios && pod install

Android

# already done

Usage

import { extractThumbnail } from "react-native-video-thumbnail-too";

const { uri, width, height } = await extractThumbnail({
    pathToVideoFile, // required
    timeInMilliseconds, // optional, default: 0
    imageType, // optional, default: 'jpg', can be 'jpg' or 'png'
    quality // optional, default: 100, only applies to 'jpg'
});

Need anything custom?

https://www.jasonsebring.com/contact

Tip Jar

https://www.jasonsebring.com/pay

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago