UNPKG

@koush/ring-client-api

Version:

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

13 lines (12 loc) 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getFfmpegPath = exports.setFfmpegPath = void 0; let ffmpegPath; function setFfmpegPath(path) { ffmpegPath = path; } exports.setFfmpegPath = setFfmpegPath; function getFfmpegPath() { return ffmpegPath; } exports.getFfmpegPath = getFfmpegPath;