{"version":3,"file":"setKTXTranscoderPath.mjs","sources":["../../../../src/compressed-textures/ktx2/utils/setKTXTranscoderPath.ts"],"sourcesContent":["/**\n * The urls for the KTX transcoder library.\n * These can be set to custom paths if needed.\n * @category assets\n * @advanced\n */\nexport const ktxTranscoderUrls = {\n jsUrl: 'https://files.pixijs.download/transcoders/ktx/libktx.js',\n wasmUrl: 'https://files.pixijs.download/transcoders/ktx/libktx.wasm'\n};\n\n/**\n * Sets the paths for the KTX transcoder library.\n * @param config - Partial configuration object to set custom paths for the KTX transcoder.\n * This allows you to override the default URLs for the KTX transcoder library.\n * @category assets\n * @advanced\n */\nexport function setKTXTranscoderPath(config: Partial)\n{\n Object.assign(ktxTranscoderUrls, config);\n}\n"],"names":[],"mappings":";AAMO,MAAM,iBAAoB,GAAA;AAAA,EAC7B,KAAO,EAAA,yDAAA;AAAA,EACP,OAAS,EAAA,2DAAA;AACb,EAAA;AASO,SAAS,qBAAqB,MACrC,EAAA;AACI,EAAO,MAAA,CAAA,MAAA,CAAO,mBAAmB,MAAM,CAAA,CAAA;AAC3C;;;;"}