> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# WebNfcReader

> `WebNfcReader`.

`WebNfcReader`.

```ts theme={null}
import { WebNfcReader } from "@endstate-sdk/reader";
```

```ts theme={null}
class WebNfcReader implements NfcReader
```

## Example

```ts theme={null}
if (WebNfcReader.isSupported()) {
  const reader = new WebNfcReader();
}
```
