UNPKG

@omnia/fx-models

Version:
9 lines (8 loc) 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VelcronImageRatios = void 0; var VelcronImageRatios; (function (VelcronImageRatios) { VelcronImageRatios[VelcronImageRatios["square"] = 1] = "square"; VelcronImageRatios[VelcronImageRatios["landscape"] = 2] = "landscape"; })(VelcronImageRatios = exports.VelcronImageRatios || (exports.VelcronImageRatios = {}));