To get started with the WebUI X Utility Plugin, you can install the wxu package from npm:
wxu
npm install wxu Copy
npm install wxu
Once installed, you can import the necessary modules in your TypeScript files:
import { JavaObject } from "wxu"; Copy
import { JavaObject } from "wxu";
WebUI X uses the MMRL Sanitized Module ID feature. Please visit the documentation for more information.
Getting Started
To get started with the WebUI X Utility Plugin, you can install the
wxu
package from npm:Once installed, you can import the necessary modules in your TypeScript files: