[READ-ONLY] Mirror of https://github.com/flo-bit/image2fake3d. show a fake 3d effect in the browser from an image with a depth map flo-bit.dev/image2fake3d/
3d-effect depthmap image3d svelte threlte
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3 from flo-bit/main

switch start image

authored by

Florian and committed by
GitHub
(Jan 23, 2024, 4:42 AM +0100) ee50f034 5879b0cf

+4 -4
+4 -4
src/lib/store.ts
··· 11 11 12 12 export const presetImages: DepthImage[] = [ 13 13 { 14 - image: folderPath + 'forest.png', 15 - depth: folderPath + 'forest-depth.png' 16 - }, 17 - { 18 14 image: folderPath + 'lion.png', 19 15 depth: folderPath + 'lion-depth.png' 16 + }, 17 + { 18 + image: folderPath + 'forest.png', 19 + depth: folderPath + 'forest-depth.png' 20 20 }, 21 21 { 22 22 image: folderPath + 'architecture.png',