1.3.44 • Published 4 days ago

react-depth-map-component v1.3.44

Weekly downloads
-
License
MIT
Repository
-
Last release
4 days ago

React Depth Map Component

React component that implements depth maps, adding a 3D effect to 2D images

This component was adapted and abstracted from an older repo developed by Yuri Artiukh here

The gyroscopic functionality was removed because Apple now requires a user-activated approval. ( too many steps for a good user experience )

Follow the photoshop portion of This Tutorial to help you make the assets needed for this component.

alt text

To Use

npm install react-depth-component
import ImageDepthMap from 'react-depth-map'
    <ImageDepthMap
      originalImg={'./ball.jpg'}
      depthImg={'./ball-map.jpg'}
      verticalThreshold={25}
      horizontalThreshold={15}
    />

Notes

  • The component grows to the size of it's container ( or the natural size of the images )
  • The images are loaded into a canvas, beware of cross-domain issues. Load either relative local paths or from domains that have the proper CORS policy
PropTypeValueDefault
originalImagePath''NA
depthImgPath''NA
verticalThresholdInt1 - 25
horizontalThresholdInt1 - 25
reverseMotionBooleantrue, falsefalse
respondToStringmouseMove, scrollOnX, scrollOnY, scrollOnBothmouseMove
1.3.44

4 days ago

1.3.42

3 months ago

1.3.43

3 months ago

1.3.41

3 months ago

1.3.17

3 months ago

1.3.18

3 months ago

1.3.16

3 months ago

1.3.19

3 months ago

1.3.20

3 months ago

1.3.21

3 months ago

1.3.24

3 months ago

1.3.25

3 months ago

1.3.22

3 months ago

1.3.23

3 months ago

1.3.28

3 months ago

1.3.29

3 months ago

1.3.26

3 months ago

1.3.27

3 months ago

1.3.31

3 months ago

1.3.32

3 months ago

1.3.30

3 months ago

1.3.35

3 months ago

1.3.36

3 months ago

1.3.33

3 months ago

1.3.34

3 months ago

1.3.39

3 months ago

1.3.37

3 months ago

1.3.38

3 months ago

1.3.40

3 months ago

1.3.7

7 months ago

1.3.5

7 months ago

1.3.10

7 months ago

1.3.13

7 months ago

1.3.12

7 months ago

1.3.15

7 months ago

1.3.9

7 months ago

1.3.8

7 months ago

1.3.4

8 months ago

1.3.3

8 months ago

1.3.2

8 months ago

1.3.1

9 months ago

1.3.0

9 months ago

1.2.9

9 months ago

1.2.8

9 months ago

1.2.7

9 months ago

1.2.6

9 months ago

1.2.5

9 months ago

1.2.4

9 months ago

1.2.3

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.9

9 months ago

1.1.8

9 months ago

1.1.7

9 months ago

1.1.6

9 months ago

1.1.5

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago