Skip to content

Commit

Permalink
removes unecessary type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTherapy committed Nov 8, 2023
1 parent eb8312f commit 6ec2bcf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions example/web-avatar-client/src/AvatarEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ import hdrURL from "../../assets/hdr/industrial_sunset_2k.hdr";

type BodyPartTypes = "fullBody" | "head" | "upperBody" | "lowerBody" | "feet";

export type MMLCharacterDescriptionPart = {
url: string;
};

export type MMLCharacterDescription = {
base: MMLCharacterDescriptionPart;
parts: MMLCharacterDescriptionPart[];
};

const partToCameraOffset = new Map<
BodyPartTypes,
{
Expand Down

0 comments on commit 6ec2bcf

Please sign in to comment.