resvg-js
resvg-js copied to clipboard
feat: add API for returning PNG pixel data
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
resvg-js | ✅ Ready (Inspect) | Visit Preview | Nov 15, 2022 at 3:49AM (UTC) |
Is there any help that one can provide to get this PR merged?
It would be better if renamed as pixels
@jstarpl Now I have finished this PR.
By the way, what is your usage scenario for this API?
It would be better if renamed as
pixels
Thanks, is done.
@jstarpl Now I have finished this PR.
By the way, what is your usage scenario for this API?
I was hoping to use it to render UI SVGs to pipe them to a Stream Deck display and that accepts an RGB blob, so going through encoding+decoding a PNG is an unnecessary step.