framo
Version:
Glorious media processing right in your browser with Typescript support
9 lines • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FilmstripOrientation = void 0;
var FilmstripOrientation;
(function (FilmstripOrientation) {
FilmstripOrientation["HORIZONTAL"] = "horizontal";
FilmstripOrientation["VERTICAL"] = "vertical";
})(FilmstripOrientation = exports.FilmstripOrientation || (exports.FilmstripOrientation = {}));
//# sourceMappingURL=filmstrip.model.js.map