@arcware-cloud/pixelstreaming-websdk
Version:
WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.
27 lines • 806 B
JSON
{
"name": "@arcware-cloud/pixelstreaming-websdk",
"description": "WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.",
"version": "1.2.10",
"type": "commonjs",
"main": "./index.umd.js",
"module": "./index.umd.js",
"types": "./types/index.d.ts",
"keywords": [
"arcware",
"arcware cloud",
"pixelstreaming",
"epicgames",
"unrealengine"
],
"author": {
"name": "Arcware GmbH",
"email": "info@arcware.com",
"url": "https://www.arcware.com"
},
"license": "MIT",
"peerDependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.3.1",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^1.2.1",
"@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5": "^1.3.1"
}
}