# Pixels Core Connect

Platform agnostic classes and functions to communicate with Pixels dice.

Find the latest published version on [NPM](
  https://www.npmjs.com/package/@systemic-games/pixels-core-connect
).

## Foreword

If this is your first visit to the Pixels software documentation
you may want to head first to our documentation entry point [here](
    https://github.com/GameWithPixels
).

This package doesn't provide Bluetooth access.
For web support see [*@systemic-games/pixels-web-connect](
    ../pixels-web-connect
) and for React Native see [*@systemic-games/react-native-pixels-connect](
    ../react-native-pixels-connect
).

This package is using decorators (`experimentalDecorators` enabled in `tsconfig`)
to tag how Pixel messages classes should be serialized.

## Module documentation

See the module's export documentation [here](
    https://gamewithpixels.github.io/pixels-js/modules/_systemic_games_pixels_core_connect.html
).

Documentation generated with [TypeDoc](https://typedoc.org/).

## License

MIT

---

Made with [Example TypeScript Package](
    https://github.com/tomchen/example-typescript-package
).
