Update sdk/js/player/skinPart

Braydon 2024-04-15 12:51:43 -07:00
parent 88cb6f7eae
commit d91f9c25cf

@ -2,8 +2,7 @@
## Example
```ts
import { getSkinPart } from "restfulmc-lib";
import { SkinPart } from "restfulmc-lib/dist/index";
import { SkinPart, getSkinPart } from "restfulmc-lib";
const partTexture: ArrayBuffer = await getSkinPart(SkinPart.HEAD, "Rainnny"); // Fetch the skin part
/// Do something with the texture