UNPKG

holoplay-core

Version:

A library that works with Looking Glass HoloPlay Service

12 lines (10 loc) 305 B
const HoloPlayCore = require('../../dist/holoplaycore.js'); const client = new HoloPlayCore.Client( (msg) => { console.log('Calibration loaded', msg); process.exit(); }, (err) => { console.error('Error while creating client.', err); process.exit(); });