@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
11 lines • 662 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PORTRAIT_MODE = exports.LANDSCAPE_MODE = exports.TYPE_ARTICLE = exports.TYPE_WEBSITE = exports.DEFAULT_LINK_PREVIEW = exports.AUTO_SHARED_LINK_PREVIEW = exports.AUTO_SHARED_SOCIAL_POST_PREVIEW = void 0;
exports.AUTO_SHARED_SOCIAL_POST_PREVIEW = 'AUTO_SHARED_SOCIAL_POST_PREVIEW';
exports.AUTO_SHARED_LINK_PREVIEW = 'AUTO_SHARED_LINK_PREVIEW';
exports.DEFAULT_LINK_PREVIEW = 'DEFAULT_LINK_PREVIEW';
exports.TYPE_WEBSITE = 'website';
exports.TYPE_ARTICLE = 'article';
exports.LANDSCAPE_MODE = 'landscape';
exports.PORTRAIT_MODE = 'portrait';
//# sourceMappingURL=constants.js.map