Skip to content

write a wrapper on top of this wrapper/heavily modify this wrapper #4

@therealadityashankar

Description

@therealadityashankar

I feel like the interface should be more user friendly and time based

like

const video = new CoolVideo()

// add sync "in a flow"
video.add(new ColorClip("Image", {seconds : 10}))
video.add(new Audio(...))

// add async
video.add(new Image("./path/to/image", {
   async: {
       at : 70 // seconds
   },
}))

something like that

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions