Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a method for generating a method from a range instead of a selection #85 #149

Open
palenshus opened this issue Mar 28, 2023 · 1 comment
Assignees

Comments

@palenshus
Copy link

It would be convenient to be able to generate a frament from a range directly, instead of having to go through a Selection. It'd be a simple refactoring, and would make the library more flexible. I'm thinking something like:

const generateFragmentFromRange = (range, startTime = Date.now()) => { ...
@erickjth
Copy link
Contributor

erickjth commented Dec 5, 2023

This PR #152 should fix 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

No branches or pull requests

3 participants