UNPKG

instagram-publisher

Version:

Publish Instagram Images, Image Slideshows, Video Reels & Stories via NodeJS

9 lines (8 loc) 314 B
import { LinkablePostPublished } from '../types'; declare function createImageSlideshowHandler({ images, caption, location, verbose, }: { images: string[]; caption: string; location?: string; verbose: boolean; }): Promise<LinkablePostPublished>; export default createImageSlideshowHandler;