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