@clinth/ixfx-ml
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @clinth/ixfx-ml

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

20.1 MB

Total Files

113

Last publish

Collaborators

  • clinth