/** * HTTP helpers for loading part assets. Re-exported from `@tts/http`, the * shared package for the host app's proxy (`/asset` and `/trace`) handlers. * Kept as a thin re-export so the tabletop's public surface is unchanged. */ export { resolveAssetUrl, assetUrl, traceImage } from '@tts/http'; export type { TraceResult } from '@tts/http';