# @flighthq/device

Device identity, hardware, and safe-area insets over a swappable web/native backend

## Install

```sh
npm install @flighthq/device
```

Import the supported application-facing API from `@flighthq/device`. The `@flighthq/device/contract` export is the wider package-to-package contract used to compose Flight itself.

This package is part of the locked-version Flight SDK graph. Applications may instead install and import `@flighthq/sdk` when package-level tree shaking is sufficient.

- [Flight project](https://github.com/flighthq/flight)
- [Source for @flighthq/device@0.4.0](https://github.com/flighthq/flight/tree/cd6b6e71eb472b3a4249830a7743333f019fa7b7/packages/device)
- [License](https://github.com/flighthq/flight/blob/cd6b6e71eb472b3a4249830a7743333f019fa7b7/LICENSE.md)
