@proofkit/webviewer
Version:
A utility to fetch data from FileMaker webviewer
24 lines (15 loc) • 596 B
Markdown
# @proofkit/webviewer
### Sponsored by [Proof+Geist](https://www.proofgeist.com/)
This is a fetch replacement for calling a FileMaker script and getting a promise back in return. Or you can use callback if you want instead.
**[Documentation Website](https://proofkit.dev/docs/webviewer)**
Install via your package manager of choice:
```bash
pnpm install @proofkit/webviewer
```
```bash
npm install @proofkit/webviewer
```
```bash
yarn add @proofkit/webviewer
```
Formerly @proofgeist/fm-webviewer-fetch. Version 3.0 is a simple rename to bring it under the @proofkit collection of tools.