ds-physics v0.50.0 (138 tests) - v0.28: apply_body_torque, is_body_sleeping, get_body_angle - v0.30: set_body_gravity, set_linear_damping, count_awake_bodies - v0.40: joints (distance/pin), raycast, kinematic, time scale, world stats - v0.50: point query, explosion, velocity/position set, contacts, gravity, collision groups ds-stream v0.50.0 (201 tests) - v0.28: BufferPool, PacketJitterBuffer, RttTracker - v0.30: FrameRingBuffer, PacketLossDetector, ConnectionQuality - v0.40: QualityAdapter, SourceMixer, FrameDeduplicator, BackpressureController, HeartbeatMonitor, CompressionTracker, FecEncoder, StreamSnapshot, AdaptivePriorityQueue - v0.50: StreamCipher, ChannelMux/Demux, FramePacer, CongestionWindow, FlowController, ProtocolNegotiator, ReplayRecorder, BandwidthShaper ds-stream-wasm v0.50.0 (111 tests) - WASM bindings for all stream features ds-screencast v0.50.0 - CLI: --jitter-buffer, --latency-window, --ring-buffer, --loss-threshold, --adaptive, --dedup, --backpressure, --heartbeat-ms, --fec, --encrypt-key, --channels, --pacing-ms, --max-bps, --replay-file
16 lines
No EOL
314 B
JSON
16 lines
No EOL
314 B
JSON
{
|
|
"name": "ds-screencast",
|
|
"version": "0.50.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"chrome-remote-interface": "^0.34.0",
|
|
"ws": "^8.19.0"
|
|
}
|
|
} |