@skeldjs/protocol

This package contains important information about the Among Us network protocol, as well as tools to deserialise and serialise packets. While you can install it on its own with npm install --save @skeldjs/protocol or yarn add @skeldjs/protocol, it is one package of a bigger project, skeldjs.

Usage no npm install needed!

<script type="module">
  import skeldjsProtocol from 'https://cdn.skypack.dev/@skeldjs/protocol';
</script>

README

@skeldjs/protocol

This package contains important information about the Among Us network protocol, as well as tools to deserialise and serialise packets. While you can install it on its own with npm install --save @skeldjs/protocol or yarn add @skeldjs/protocol, it is one package of a bigger project, skeldjs.

You can view auto-updating documentation for this package hosted at github pages at https://skeldjs.github.io/SkeldJS/modules/protocol.html

You can also view more detailed information about the protocol at https://github.com/codyphobe/among-us-protocol