Skip to content

Commit

Permalink
Merge pull request #3 from flo-bit/main
Browse files Browse the repository at this point in the history
switch start image
  • Loading branch information
flo-bit authored Jan 23, 2024
2 parents 5879b0c + 384a785 commit ee50f03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ export const customImages: Writable<DepthImage[]> = writable<DepthImage[]>([]);
const folderPath = '/image2fake3d/images/';

export const presetImages: DepthImage[] = [
{
image: folderPath + 'forest.png',
depth: folderPath + 'forest-depth.png'
},
{
image: folderPath + 'lion.png',
depth: folderPath + 'lion-depth.png'
},
{
image: folderPath + 'forest.png',
depth: folderPath + 'forest-depth.png'
},
{
image: folderPath + 'architecture.png',
depth: folderPath + 'architecture-depth.png'
Expand Down

0 comments on commit ee50f03

Please sign in to comment.