UNPKG

everything-dev

Version:

A consolidated product package for building Module Federation apps with oRPC APIs.

6 lines (5 loc) 792 B
import { getBaseStyles, getHydrateScript, getRemoteScripts, getThemeInitScript } from "./head.mjs"; import { SOCIAL_IMAGE_HEIGHT, SOCIAL_IMAGE_WIDTH, createDotIconSvg, createPngIcoBuffer, getSocialImageMeta } from "./metadata.mjs"; import { collectHeadData, getLinkKey, getMetaKey, getScriptKey } from "./router.mjs"; import { buildPublishedAccountHref, buildPublishedGatewayHref, buildRuntimeHref, getCspNonce, getRuntimeConfig } from "./runtime.mjs"; export { SOCIAL_IMAGE_HEIGHT, SOCIAL_IMAGE_WIDTH, buildPublishedAccountHref, buildPublishedGatewayHref, buildRuntimeHref, collectHeadData, createDotIconSvg, createPngIcoBuffer, getBaseStyles, getCspNonce, getHydrateScript, getLinkKey, getMetaKey, getRemoteScripts, getRuntimeConfig, getScriptKey, getSocialImageMeta, getThemeInitScript };