Lightweight MooMoo.io msgpack

msgpack for MooMoo.io, but leightweight and fast

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/547088/1648219/Lightweight%20MooMooio%20msgpack.js

作者
Nuro.
版本
0.0.1.20250824085516
建立日期
2025-08-24
更新日期
2025-08-24
尺寸
7.1 KB
授權條款
未知

MooMoo Mini MsgPack Lightweight MessagePack encoder/decoder for MooMoo.io

Usage:

const [event, args] = miniMooMsgpack.decode(arrayBuffer);
ws.send(miniMooMsgpack.encode(["packet", [data]]));

Author: Nuro (notnuro0815)