
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@desktop.vision/js-sdk
Advanced tools
The Desktop Vision JS SDK makes it simple to bring Desktop Vision Computers into your 2D and WebXR applications. Currently the SDK is separated into two different modules that include numerous classes: Babylon, and THREE.
To install the Babylon version of the Destkop Vision SDK add the following to the head of your applications html head element (ideally before your application logic, but it shouldn't matter):
<script src"https://js.desktop.vision/babylon.min.js"></script>
Then use window.DesktopVision
or
npm install @desktop.vision/js-sdk
Then to initialize the SDK you use the DesktopVision.loadSDK
function:
// this dependency is excluded from the Desktop Vision SDK for the sake of bundle size
// the loadSDK function injects the dependency
import * as BABYLON from 'babylonjs'
import DesktopVision from '@desktop.vision/js-sdk/dist/babylon.min'
const { Computer, Keyboard, Controls, ComputerConnection } = DesktopVision.loadSDK(BABYLON)
To install the Three version of the Destkop Vision SDK add the following to the head of your applications html head element (ideally before your application logic):
<script src"https://js.desktop.vision/three.min.js"></script>
Then use window.DesktopVision
or
npm install @desktop.vision/js-sdk
Then to initialize the SDK you use the DesktopVision.loadSDK
function:
// these dependencies are excluded from the Desktop Vision SDK for the sake of bundle size
// the loadSDK function injects the dependencies
import * as THREE from 'three';
import { XRControllerModelFactory } from 'three/examples/jsm/webxr/XRControllerModelFactory'
import { XRHandModelFactory } from 'three/examples/jsm/webxr/XRHandModelFactory.js'
import DesktopVision from '@desktop.vision/js-sdk/dist/three.min'
const {
Computer,
ComputerConnection
} = DesktopVision.loadSDK(THREE, XRControllerModelFactory, XRHandModelFactory);
FAQs
Integrate computers into your application with Javascript
The npm package @desktop.vision/js-sdk receives a total of 0 weekly downloads. As such, @desktop.vision/js-sdk popularity was classified as not popular.
We found that @desktop.vision/js-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.