0.2.0 • Published 3 years ago

react-native-images-to-video v0.2.0

Weekly downloads
24
License
MIT
Repository
github
Last release
3 years ago

react-native-images-to-video

Convert a series of images to a video

This is iOS only for the moment and in alpha

Installation

npm install react-native-images-to-video

Usage

import ImagesToVideo from "react-native-images-to-video";

const videoURL = await ImagesToVideo.render({
    fileName: 'My Video',
    screenTimePerImage: 3,
    width: 300,
    height: 400,
    absolutePaths: ['/path/to/image1.jpg', '/path/to/image2.jpg'],
});

Contributing

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

License

MIT

0.2.0

3 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago