Add sdk/js/server/favicon
parent
de812a581a
commit
a078457ef2
9
sdk%2Fjs%2Fserver%2Ffavicon.md
Normal file
9
sdk%2Fjs%2Fserver%2Ffavicon.md
Normal file
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user