Installation of appmakerWebSdk
The Appmaker Web SDK is a JavaScript library that allows you to interact with the Appmaker webview.
Requirements
This library is only compatible with the Appmaker webview.
Installation
To install the Appmaker Web SDK, run the following command:
npm install @appmaker-xyz/web-sdk
Usage
To use the Appmaker Web SDK, import the library in your project:
import { AppmakerWebSdk } from '@appmaker-xyz/web-sdk';