/cs-inspect-serializer

Lightweight serializer for CS inspect links

Primary LanguageTypeScriptMIT LicenseMIT

CS2 Inspect Link Serializer

Lightweight serializer for CS2 inspect links. Fork of the package cs2-inspect-create.

Installation

npm i @csfloat/cs2-inspect-serializer

Usage

See the tests for examples.

Development

# Generate the protobuf file based on econ.proto
npm run protoc
# Build the project
npm run build
# Run the tests
npm run test