Skip to content

Commit

Permalink
Prettier CLI is being sus
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 16, 2023
1 parent 3825c4a commit 926f862
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/viewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ export interface SkinViewerOptions {
* @defaultValue If unspecified, the ears will be invisible.
*/
ears?:
| "current-skin"
| {
textureType: "standalone" | "skin";
source: RemoteImage | TextureSource;
};
| "current-skin"
| {
textureType: "standalone" | "skin";
source: RemoteImage | TextureSource;
};

/**
* Whether to preserve the buffers until manually cleared or overwritten.
Expand Down

0 comments on commit 926f862

Please sign in to comment.