feat(tabletop): inject proxy handlers from web app
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export { PartView, PartMesh } from './partView.js';
|
||||
export { default as ErrorBoundary } from './ErrorBoundary.js';
|
||||
export { TabletopProvider, useTabletopHttp } from './provider.js';
|
||||
export type { TabletopHttp, AssetUrlFn, TraceImageFn } from './provider.js';
|
||||
export {
|
||||
partDimensions,
|
||||
spriteUvFromCrop,
|
||||
fallbackShape,
|
||||
traceToShape,
|
||||
traceToUvBounds,
|
||||
} from './part.js';
|
||||
export { resolveAssetUrl, assetUrl, traceImage } from './http.js';
|
||||
Reference in New Issue
Block a user