Skip to content

williamhaley/react-native-images-to-video

Repository files navigation

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

About

Convert images to video

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •