@wdp-api/ise-api
TypeScript icon, indicating that this package has built-in type declarations

1.5.3 • Public • Published

 

WdpApi logo

 

build version publish date Author:manjusaka

 

Introduction

51WORLD ise-api is a JavaScript plugin designed for WdpApi, offering a comprehensive set of APIs that empower developers to seamlessly integrate ise-api into their applications.

Documentation

Get started with IseApi, learn the fundamentals and explore advanced topics on our documentation website.

Install

$ npm i wdpapi
$ npm i @wdp-api/ise-api

Important

import WdpApi from 'wdpapi';
import IseApi from '@wdp-api/ise-api';

CDN

<script src="https://unpkg.com/@wdp-api/ise-api/lib/IseApi.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@wdp-api/ise-api/lib/IseApi.min.js"></script>

Instantiation

const config = {
  id: 'player', //Render scene container(DOM node id)
  url: 'https://dtp-api.51aes.com/Renderers/Any/order', //Cloud rendering service address
  order: 'c6526f3f154663431cd29577e3532aa4', //Rendering order, obtained on the cloud rendering client
  resolution: [3840, 2160], //Set the cloud rendering output resolution[width, height]
  debugMode: 'normal', //none, normal, high
  keyboard: { //[optional] keyboard event
    normal: false, //Keyboard event, exclude F1~F12 [default disabled]
    func: false, //Browser F1 ~ F12 function keys [default disabled]
  },
};

const App = new WdpApi(config);
const { result } = await App.Plugin.Install(IseApi);
console.log(result.id)

await App.Plugin.Uninstall(result.id);

Initialize the ISE project

await App.ise.init();

License

Copyright (c) 2023-present, 51WORLD

Dependents (0)

Package Sidebar

Install

npm i @wdp-api/ise-api

Weekly Downloads

10

Version

1.5.3

License

MIT

Unpacked Size

848 kB

Total Files

8

Last publish

Collaborators

  • manjusaka
  • ferguson95