Skip to content

Commit

Permalink
docs: remove note about browser suppport
Browse files Browse the repository at this point in the history
- because it doesn't work at the moment
- fixes #12
  • Loading branch information
gamemaker1 committed Mar 19, 2024
1 parent 3344501 commit 03ed022
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,10 @@ to use office-text-extractor in an Node project, install it using `npm`/`pnpm`/`
> yarn add office-text-extractor
```

#### browser
#### ~browser~

to use this package in the browser, fetch it using your preferred cdn:

```tsx
<script src="https://unpkg.com/office-text-extractor@latest/build/index.js"></script>
```
the library currently cannot be used in the browser due to its usage of the `node:buffer`
library. pull requests that can replace `node:buffer` with a different library are welcome!

## usage

Expand Down

0 comments on commit 03ed022

Please sign in to comment.