scenejs-render
scenejs-render copied to clipboard
make getRecordInfo options optional
This should not affect the runtime at all, due to the fact that the RecordInfoOptions
has no required properties. This will have an effect on the built type declaration, making it possible to call Recorder.getRecordInfo()
without any argument. Previously, an empty object needed to be provided.