Skip to content

Releases: handtracking-io/yoha

Release list

v1.1.0

Choose a tag to compare

@b-3-n b-3-n released this 24 Feb 20:42

New backend

  • Added support for tfjs wasm as computational backend.
  • See here for a demo for each backend.

API changes

  • Some functions and arguments have been renamed to make the API more consistent.

v1.0.0

Choose a tag to compare

@b-3-n b-3-n released this 04 Feb 09:57

Open Source

The new API is now fully open source.

API Rework

The API has been reworked substantially to be simpler and less opinionated. For now Yoha only runs on the tfjs/webgl backend. tfjs/wasm will be added in a future-release.

Other

  • Tfjs is now not bundled within Yoha which should make working with Yoha and other TFJS based packages more convenient.
  • A simple usage example has been added here.