Camera.js 87 Bytes
Newer Older
1 2 3 4 5
'use strict';

export function _setState(cam, state) {
  return cam.setState(state);
}