1 sdk/js/server/favicon
Braydon edited this page 2024-04-15 12:56:45 -07:00

Server Favicon

Example

import { getJavaServerFavicon } from "restfulmc-lib";

const faviconTexture: ArrayBuffer = await getJavaServerFavicon("hypixel.net"); // Fetch the Java server favicon
// Do something with the texture