Skip to content

Commit 03ed022

Browse files
authored
docs: remove note about browser suppport
- because it doesn't work at the moment - fixes #12
1 parent 3344501 commit 03ed022

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

readme.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,10 @@ to use office-text-extractor in an Node project, install it using `npm`/`pnpm`/`
4848
> yarn add office-text-extractor
4949
```
5050

51-
#### browser
51+
#### ~browser~
5252

53-
to use this package in the browser, fetch it using your preferred cdn:
54-
55-
```tsx
56-
<script src="https://unpkg.com/office-text-extractor@latest/build/index.js"></script>
57-
```
53+
the library currently cannot be used in the browser due to its usage of the `node:buffer`
54+
library. pull requests that can replace `node:buffer` with a different library are welcome!
5855

5956
## usage
6057

0 commit comments

Comments
 (0)