Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Sep 26, 2024
1 parent 8c931ba commit 9862c1b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/storage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# WXT Storage

**Using WXT?** Use the `storage` auto-improt or import `storage` manually:

```ts
import { storage } from 'wxt/storage';
```

**Not using WXT?** Install the package and import it manually:

```sh
pnpm i @wxt-dev/storage
```

```ts
import { storage } from '@wxt-dev/storage';
```

For usage docs, [read the docs](https://wxt.dev/guide/extension-apis/storage.html).

0 comments on commit 9862c1b

Please sign in to comment.