UNPKG

@koush/ring-client-api

Version:

Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting

10 lines (7 loc) 161 B
let ffmpegPath: string | undefined export function setFfmpegPath(path: string) { ffmpegPath = path } export function getFfmpegPath() { return ffmpegPath }