Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/recorder-react-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@daybrush/utils": "^1.10.2",
"@scena/react-store": "^0.2.1",
"@scenejs/effects": "^1.0.1",
"@scenejs/recorder": "~0.15.0",
"@scenejs/recorder": "~0.16.0",
"dom-to-image-more": "^2.13.1",
"html-to-image": "^1.11.2",
"react-scenejs": "^2.0.0-beta.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scenejs/recorder",
"version": "0.15.0",
"version": "0.16.0",
"description": "Make a movie of CSS animation through Scene.js for browser",
"main": "./dist/recorder.cjs.js",
"module": "./dist/recorder.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/recorder/src/Recorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export class Recorder extends EventEmitter<{
* Get the information to be recorded through options.
* @sort 1
*/
public getRecordInfo(options: RecordInfoOptions) {
public getRecordInfo(options: RecordInfoOptions = {}) {
const animator = this._animator;
const inputIteration = options.iteration;
const inputDuration = options.duration || 0;
Expand Down
2 changes: 1 addition & 1 deletion packages/render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.6",
"@scena/event-emitter": "^1.0.5",
"@scenejs/recorder": "~0.15.0",
"@scenejs/recorder": "~0.16.0",
"@types/puppeteer": "^5.4.5",
"args": "^5.0.1",
"fluent-ffmpeg": "^2.1.2",
Expand Down