1.1.1 • Published 4 months ago

@wdp-api/cim-api v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Introduction

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

Documentation

To check out and docs, visit wdpapi.51aes.com

Install

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

Important

import WdpApi from 'wdpapi';
import CimApi from '@wdp-api/cim-api';

Instantiation

const config = {
  id: 'player', //Render scene container(DOM node id)
  url: 'http://172.31.10.93:8889/Renderers/Any/order', //Cloud rendering service address
  order: 'b96285A3', //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);
await App.Plugin.Install(CimApi);

License

Copyright (c) 2023-present, 51WORLD

1.1.1

4 months ago

1.0.1

4 months ago

1.0.0

6 months ago

1.1.0

6 months ago