Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
willmorgan committed Oct 1, 2020
1 parent 2823618 commit 85fed65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 01.10.2020 3.0.2

## Fixed

- Kiosk mode feature detection and alignment is now smoother

## 25.09.2020 3.0.1

## Fixed
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iProov Biometrics Web SDK v3.0.1
# iProov Biometrics Web SDK v3.0.2

## 📖 Table of contents

Expand Down Expand Up @@ -197,6 +197,7 @@ You can customise the look and feel of the main layout by changing the following
loading_tint_color = "#5c5c5c" // The app is connecting to the server or no face found. Default: grey (#5c5c5c)
not_ready_tint_color = "#f5a623" // Cannot start iProoving until the user takes action (e.g. move closer, etc). Default: orange (#f5a623)
ready_tint_color = "#01bf46" // Ready to start iProoving. Default: green (#01bf46)
liveness_tint_color = "#1756e5" // Liveness tint colour. Default: blue (#1756e5)
```

The example below changes the default grey no face to `#4293f5` (blue), giving feedback like "Move Closer" to red `rgb(245, 66, 66)` and starting to `purple`.
Expand Down

0 comments on commit 85fed65

Please sign in to comment.