Skip to content

Commit

Permalink
Merge pull request #9 from richardfrankza/main
Browse files Browse the repository at this point in the history
add left eye and right eye attributes
  • Loading branch information
Gummibeer authored Jun 24, 2024
2 parents 0cf30a6 + d8a53ee commit ba9cb26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Data/FacialArea.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ public function __construct(
public readonly int $y,
public readonly int $w,
public readonly int $h,
public readonly ?int $left_eye,
public readonly ?int $right_eye,
) {
}

Expand Down

0 comments on commit ba9cb26

Please sign in to comment.