Autograph client
Autograph client is an npm package that makes using Autograph API a breeze. It is framework-agnostic, which means that it can work with any app, built with any modern framework, such as React or Vue. And of course, it works with pure JavaScript. The client is written with TypeScript, so fully supports it, which means that you will get autocomplete and checking for all instance methods and events 🥳.
Let's get started​
Get started by installing the package from npm:
- npm
- Yarn
- pnpm
npm install autograph-client
yarn add autograph-client
pnpm add autograph-client
Please refer to Usage page for details about rendering the client and the config it needs.