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

Output options #104

Open
bravomartin opened this issue Oct 5, 2021 · 1 comment
Open

Output options #104

bravomartin opened this issue Oct 5, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@bravomartin
Copy link
Member

bravomartin commented Oct 5, 2021

It would be nice to have output options, so a) the developer can decide what formats it can be exported to and b) users are able to select the export format (if multiple are available)

This is a wishlist of possible formats to export to by type of output. Some are harder to pull off than others, and we may decide not to do some, or make them optional via plugins:

  • static svg svg, png, webp, jpg, gif, pdf (via svg2pdf)
  • static canvas: png, jpg, webp, gif
  • animated webm, gif (via gif-encoder), mp4 (there is ffmpegwasm but it's very large and hacky)
@bravomartin bravomartin added the enhancement New feature or request label Oct 5, 2021
@bravomartin bravomartin changed the title Vector output options Output options Oct 6, 2021
@lucasdinonolte
Copy link
Contributor

Might also be worth checking out for outputting various video formats: https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants