CanvasRefined/js/backgrounds.js
2026-05-29 19:08:25 -07:00

32 lines
1.1 KiB
JavaScript

const backgroundPresets = [
{
title: "Nature 1",
credit: "Kalen Emsley",
url: "https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
scale: 120,
},
{
title: "Nature 2",
credit: "John Fowler",
url: "https://images.unsplash.com/photo-1537819191377-d3305ffddce4?q=80&w=2621&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
scale: 115,
},
{
title: "Nature 3",
credit: "HeiKiwi",
url: "https://cdn.pixabay.com/photo/2023/08/23/18/39/dahlia-8209085_1280.jpg",
scale: 110,
},
{
title: "Moon",
credit: "NASA",
url: "https://images-assets.nasa.gov/image/art002e021283/art002e021283~large.jpg?w=1920&h=1280&fit=clip&crop=faces%2Cfocalpoint",
scale: 140,
},
{
title: "Illustration 1",
credit: "ahmetyuksek.",
url: "https://cdn.pixabay.com/photo/2025/09/19/05/48/mountain-range-9842371_1280.jpg",
scale: 100,
},
]