Skip to content

Conversation

@gschurck
Copy link

@gschurck gschurck commented Oct 19, 2025

Thanks for this useful project !

I saw there is an issue in the readme.
When we do

const options = {
  src: 'https://storage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4',
};
const videoEditor = new VideoEditor({ options });

The options are not passed to the VideoEditor.

We need to use

const videoEditor = new VideoEditor(options);

Copy link
Owner

@aslamhus aslamhus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for spotting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants