UNPKG

@loaders.gl/gltf

Version:

Framework-independent loader for the glTF format

3 lines 238 B
import type { LoaderContext, StrictLoaderOptions } from '@loaders.gl/loader-utils'; export declare function resolveUrl(url: string, options?: StrictLoaderOptions, context?: LoaderContext): string; //# sourceMappingURL=resolve-url.d.ts.map