Skip to content

hardikmodi1/remotion-instagram

Repository files navigation

Steps to run project

  1. Clone the repo and run yarn
  2. Create local.ts in src directory
  3. add following constants in local.ts file, you need your instagram profile url and post image urls
export const PROFILE_IMAGE_URL = '';

export const FEED_IMAGE_URLS = [];
  1. Run yarn start 🎉.

This will open the video editor http://localhost:3000/InstagramProfile.

Releases

No releases published

Packages

No packages published