diff --git a/sdk%2Fjs%2Fserver%2Ffavicon.md b/sdk%2Fjs%2Fserver%2Ffavicon.md new file mode 100644 index 0000000..37d979d --- /dev/null +++ b/sdk%2Fjs%2Fserver%2Ffavicon.md @@ -0,0 +1,9 @@ +# Server Favicon + +## Example +```ts +import { getJavaServerFavicon } from "restfulmc-lib"; + +const faviconTexture: ArrayBuffer = await getJavaServerFavicon("hypixel.net"); // Fetch the Java server favicon +// Do something with the texture +``` \ No newline at end of file