Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created December 16, 2024 18:14
Show Gist options
  • Save Klerith/62b9c267499571fa26dabb17f3bb245f to your computer and use it in GitHub Desktop.
Save Klerith/62b9c267499571fa26dabb17f3bb245f to your computer and use it in GitHub Desktop.
Listado de imágenes
const imageUrls: string[] = [
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-1.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-2.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-3.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-4.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-5.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-6.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-7.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-8.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-9.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-10.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-11.jpg"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment