Select the types of activity you want to include in your feed.
[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/
···11-# create-svelte
22-33-Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).
44-55-## Creating a project
66-77-If you're seeing this, you've probably already done this step. Congrats!
11+# image2fake3d
8299-```bash
1010-# create a new project in the current directory
1111-npm create svelte@latest
33+[check out the demo](https://flo-bit.github.io/image2fake3d)
1241313-# create a new project in my-app
1414-npm create svelte@latest my-app
1515-```
55+[](https://flo-bit.github.io/image2fake3d)
1661717-## Developing
77+## how it works
1881919-Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
2020-2121-```bash
2222-npm run dev
2323-2424-# or start the server and open the app in a new browser tab
2525-npm run dev -- --open
2626-```
2727-2828-## Building
2929-3030-To create a production version of your app:
3131-3232-```bash
3333-npm run build
3434-```
3535-3636-You can preview the production build with `npm run preview`.
3737-3838-> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
99+using an image an a depth map, this tool creates a fake 3d effect by moving parts of the plane where the image is shown according to the depth map (so that the foreground is closer to the viewer than the background).