diff --git a/packages/tres/src/core/useTexture/index.ts b/packages/tres/src/core/useTexture/index.ts index cae7811c0..dcb2e85ee 100644 --- a/packages/tres/src/core/useTexture/index.ts +++ b/packages/tres/src/core/useTexture/index.ts @@ -25,8 +25,6 @@ export interface PBRTextureMaps { /** * Composable for loading textures. * - * @see https://tresjs.org/examples/load-textures.html - * * ```ts * import { useTexture } from 'tres' * @@ -43,7 +41,7 @@ export interface PBRTextureMaps { * ```vue * * ``` - * + * @see https://tresjs.org/examples/load-textures.html * @export * @param {(Array | { [key: string]: string })} paths * @return {*} {(Promise | PBRTextureMaps>)}