UNPKG

pistreamerfix

Version:

NodeJS module that allows streaming the raspberry pi fix

7 lines (6 loc) 164 B
import { VideoOptions } from "./VideoOptions"; export interface StreamOptions { videoOptions?: VideoOptions; dynamic?: boolean; limit?: number; }