UNPKG

remotion

Version:

Make videos programmatically

7 lines (6 loc) 156 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.truthy = truthy; function truthy(value) { return Boolean(value); }