1.0.0 • Published 2 months ago

insta-motion v1.0.0

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

insta-motion · license

insta-motion is a simple cli tool that provides an easy way to animate images for Instagram stories.

Installation

!NOTE(https://ffmpeg.org/) must be installed in your system.

npm install -g insta-motion

Usage

With insta-motion installed in your system, simply run the cli providing the path to the image file.

insta-motion --image your_image.jpeg --effect zoom-in

This will generate a video output in the right resolution for sharing on your Story. Below is an example of the output generated using the zoom-in effect.

Parameters

  • image Path to the image file.
  • effect The effect to apply to the image. Available effects: zoom-in, zoom-out.

License

MIT