@JSExport() JSPromise<JSArray<JSNumber>> getCameraRotation() { return viewer .getCameraRotation() .then((rotation) => rotation.storage.map((v) => v.toJS).toList().toJS) .toJS; }