@csfloat/cs2-inspect-serializer
v1.0.1
Published
Lightweight serializer for CS2 inspect links
Readme
CS2 Inspect Link Serializer
Lightweight serializer for CS2 inspect links. Fork of the package cs2-inspect-create.
Installation
npm i @csfloat/cs2-inspect-serializerUsage
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