0.0.5 • Published 7 months ago

@clinth/ixfx-ml v0.0.5

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

ixfx-ml

import * as Ml from "../dist/index.js"
const app = Ml.mount(`#container`);

app.events.addEventListener(`ready`, () => {
  // app.useCameraByName(`FaceTime`);
});
app.onPoseData = (data) => {
  // Do something with pose date
}

URL configuration

recRate: millisecond rate to sample source when recording points. This will also be the playback speed.

Eg:index.html?recRate=100