fx-jspluginsdk
v1.0.2-2025.2
Published
## Installation
Downloads
29
Readme
fx-jspluginsdk
Installation
Using npm:
$ npm i --save fx-jspluginsdkIn Node.js:
import {
App as PluginApp,
} from 'fx-jspluginsdk';
const pluginApp = await PluginApp.create({
pluginInfo: {
id: 'xx',
name: 'xx',
version: '',
description: '',
author: '',
license: ''
}
});