UNPKG

myow

Version:

Myow is an easy way to use machine learning with the Myo, as an input device for Wekinator.

6 lines (4 loc) 143 B
// values polyfill exports.values = Object.prototype.values = function(obj) { return Object.keys(obj).map(function(k){return obj[k]}); };