Add credit

This commit is contained in:
David Haz
2025-09-01 13:48:17 +03:00
parent 06517042bd
commit 17debdfae9
4 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
<!-- Component ported and enhanced from https://codepen.io/JuanFuentes/pen/eYEeoyE -->
<script setup lang="ts">
import { onMounted, onUnmounted, watch, useTemplateRef } from 'vue';
import * as THREE from 'three';

View File

@@ -1,3 +1,5 @@
<!-- Component ported from https://codepen.io/JuanFuentes/full/rgXKGQ -->
<script setup lang="ts">
import { ref, onMounted, onUnmounted, nextTick, computed, watch, useTemplateRef } from 'vue';