Skip to content

Commit

Permalink
fix(Facemesh): depth default
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed May 10, 2023
1 parent 85697d8 commit 464f9de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/Facemesh.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export const Facemesh = React.forwardRef<FacemeshApi, FacemeshProps>(
(
{
face = FacemeshDatas.SAMPLE_FACE,
width = 1,
width,
height,
depth,
depth = 1,
verticalTri = [159, 386, 200],
origin,
debug = false,
Expand Down Expand Up @@ -140,7 +140,7 @@ export const Facemesh = React.forwardRef<FacemeshApi, FacemeshProps>(
const api = React.useMemo<FacemeshApi>(
() => ({
meshRef,
outerRef: outerRef,
outerRef,
}),
[]
)
Expand Down

1 comment on commit 464f9de

@vercel
Copy link

@vercel vercel bot commented on 464f9de May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.