Skip to content

Commit

Permalink
This formatings wrongly with the cli?
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 21, 2024
1 parent 682235c commit 4259230
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 @@ -162,11 +162,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 4259230

Please sign in to comment.