|
After adventuring with code-snippets, using shiki I'd like to create animated webp files. But, as far as I can tell; The only animation examples, I've found are in the benchmark code. I already have some of it working, but I'd love to add images too! |
Answered by
andrioid
Jan 2, 2026
Replies: 2 comments 5 replies
|
The ImageResponse API was confusing me. Obviously, I pass the |
0 replies
Answer selected by
andrioid
|
animation is still in the very beginning stage, and there's a lot of space to improve for both performance and tooling. I think an abstraction like an |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The ImageResponse API was confusing me. Obviously, I pass the
persistedImagesto the renderer constructor to make it available torenderer.renderAnimation(). Worked like a charm!