msgpack for MooMoo.io, but leightweight and fast
Este script no debería instalarse directamente. Es una biblioteca que utilizan otros scripts mediante la meta-directiva de inclusión // @require https://update.greasyfork.org/scripts/547088/1648219/Lightweight%20MooMooio%20msgpack.js
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)