remote-calibrator 0.3.0-beta.3 → 0.3.0-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -0
- package/lib/RemoteCalibrator.min.js +1 -1
- package/lib/RemoteCalibrator.min.js.LICENSE.txt +1 -1
- package/lib/RemoteCalibrator.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/utils.js +8 -2
- package/src/css/distance.scss +12 -7
- package/src/css/main.css +5 -1
- package/src/distance/distance.js +1 -1
- package/src/i18n.js +1 -1
package/CHANGELOG.md
CHANGED
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
25
25
|
- Allows researchers to set language on initialization using the `language` option. Set to `AUTO` (default) will let the calibrator go with the user language.
|
26
26
|
- `.isMobile` getter.
|
27
27
|
- Call `.environment()` automatically when initializing the calibrator.
|
28
|
+
- Instructions in the viewing distance measurement (and head tracking setup) is scrollable to avoid overlapping with the canvas on small screen sizes.
|
28
29
|
|
29
30
|
### Changed
|
30
31
|
|