mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-09-11 17:09:30 +00:00
add encoder for trackable sub module
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import RTTrPM from './motion/rttrpm';
|
||||
import Trackable from './motion/trackable';
|
||||
import RTTrPHeader from './rttrp-header';
|
||||
|
||||
export const Encoders = {
|
||||
RTTrPHeader,
|
||||
RTTrPM,
|
||||
Trackable,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user