Add sdk/js/server/favicon

Braydon 2024-04-15 12:56:45 -07:00
parent de812a581a
commit a078457ef2

@ -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
```