[Home](./index.md) > [three-loader-3dtiles](./three-loader-3dtiles.md) > [LoaderOptions](./three-loader-3dtiles.loaderoptions.md) > [basisTranscoderPath](./three-loader-3dtiles.loaderoptions.basistranscoderpath.md) ## LoaderOptions.basisTranscoderPath property A path to that contains the basis universal library. e.g: `https://unpkg.com/three@0.129.0/examples/js/libs/basis` - Default: `undefined` Signature: ```typescript basisTranscoderPath?: string; ```