Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ One file. Zero runtime dependencies. No network requests.

## Package

The npm package name is `@yrstm/mantis`.
The package name is `@yrstm/mantis`. It is not published to the npm registry yet, so install the
current public build from its pinned GitHub commit:

```sh
npm install @yrstm/mantis
npm install https://github.com/yrstm/mantis/archive/9e462696990449979b309886d3581dd3201c2b17.tar.gz
```

The official Mantis browser extension is packaged separately from this open-source library repo.
The store link will be added here when it is ready.
See the [Mantis Extension page](https://yrstm.github.io/mantis/extension/) for the capture flow,
privacy boundary, current limitations, and release status. Store links will be added there when
they are ready.

```js
const article = Mantis.extract(document);
Expand Down
Loading
Loading