2.10.1 • Published 11 months ago
@3dlook/camera v2.10.1
Install all the dependencies
npm installDevelopment
npm startDemo app
Execute the following command to run the app in a development envirinment:
npm install
npm startthen open link in your browser:
http://localhost:9000/demo.htmlPublish to nexus (develop branch)
1. npmrc nexus
2. npm run build
3. npm version patch (if you need to up camera version)
4. npm publishPublish to npm (master branch)
1. npmrc npm-camera
2. npm run build
3. npm version patch (if you need to up camera version)
4. npm publish --access=publicProp Types
| Property | Type | Required? | Description |
|---|---|---|---|
| isTableFlow | Boolean | ✓ | true photographing yourself, false taking pictures of a friend |
| disableTableFlow | Function | ✓ | Callback invoked whenever the gyroscope is disabled on the phone, disables the ability to take a photo of yourself. (): void |
| saveFront | Function | ✓ | Callback invoked whenever the front of the photo is saved. (file): void |
| saveSide | Function | ✓ | Callback invoked whenever the side of the photo is saved. (file): void |
| type | String | ✓ | The type of photo to be taken is either front or side |
| hardValidation | Object | ✓ | Front and side photo validation object. Format { front: null, side: null } |
| onClickDone | Function | Callback invoked whenever the user clicks on the button 'Done' (): void | |
| turnOffCamera | Function | ✓ | Callback invoked whenever the second photo is taken (you photograph yourself). Turns off the camera component when the audio track ends. (): void |
| setDeviceCoordinates | Function | ✓ | Callback on deviceorientation event. ({ betaX: 23.33, gammaY: 33.54, alphaZ: 65.32 }): void |
2.10.1
11 months ago
2.10.0
11 months ago
2.7.0
12 months ago
2.9.0
11 months ago
2.8.0
12 months ago
2.6.0
2 years ago
2.5.0
2 years ago
2.5.2
2 years ago
2.5.1
2 years ago
2.4.0
2 years ago
2.3.1
2 years ago
2.3.0
2 years ago
2.2.1
2 years ago
2.2.0
2 years ago
2.1.0
2 years ago
2.0.7
4 years ago
2.0.6
5 years ago
2.0.5
5 years ago
2.0.4
5 years ago
2.0.3
5 years ago
2.0.2
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago