export { IframeExtension, default } from './iframe-extension' export type { IframeOptions, SetIframeOptions } from './iframe-extension' export { detectPlatform, calculateAspectRatio, getOptimalDimensions, validateURL, processURL, ALLOWED_DOMAINS } from './utils' export type { AspectRatioInfo, PlatformConfig } from './utils'