UNPKG

@automattic/social-previews

Version:

A suite of components to generate previews for a post for both social and search engines.

8 lines 409 B
export const AUTO_SHARED_SOCIAL_POST_PREVIEW = 'AUTO_SHARED_SOCIAL_POST_PREVIEW'; export const AUTO_SHARED_LINK_PREVIEW = 'AUTO_SHARED_LINK_PREVIEW'; export const DEFAULT_LINK_PREVIEW = 'DEFAULT_LINK_PREVIEW'; export const TYPE_WEBSITE = 'website'; export const TYPE_ARTICLE = 'article'; export const LANDSCAPE_MODE = 'landscape'; export const PORTRAIT_MODE = 'portrait'; //# sourceMappingURL=constants.js.map