mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-16 21:33:51 +02:00
Remove the UUID dependency and replaces it with the `window.crypto.randomUUID()` method. By utilizing the native browser function, we eliminate the need for an external library.