Skip to content

Commit

Permalink
docs: update imports to reflect exports
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Feb 12, 2024
1 parent e41ebb5 commit 69b5b0d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,18 @@ npm install @elgato/schemas

Manifest JSON file responsible for defining a Stream Deck plugin.

```
@elgato/schemas/streamdeck/plugins/manifest.json
```

```ts
import { type Manifest } from "@elgato/schemas/streamdeck/plugins";
import manifestSchema from "@elgato/schemas/streamdeck/plugins/manifest.json";
```

#### Layout

JSON file that defines the layout of an action on Stream Deck +.

```
@elgato/schemas/streamdeck/plugins/layout.json
```
Layout JSON file that defines the layout of an action on Stream Deck +.

```ts
import { type Layout } from "@elgato/schemas/streamdeck/plugins";
import layoutSchema from "@elgato/schemas/streamdeck/plugins/layout.json";
```

## Keywords
Expand Down

0 comments on commit 69b5b0d

Please sign in to comment.