Packages for image creation
Are there any packages (internal or external) for image creation? I just need some basic functionality like fill rectangles and ideally drawing text. I don't need any rendering to the screen, but it needs to save as an image. I'm porting some lower level code that uses raylib, so that's my reference
2 Replies
I guess something like the standard HTML canvas would mostly work, if deno has something like that
Here’s how JSR draws the open graph images for packages https://github.com/jsr-io/jsr/blob/main/frontend/routes/package/og.ts
GitHub
jsr/frontend/routes/package/og.ts at main · jsr-io/jsr
The open-source package registry for modern JavaScript and TypeScript - jsr-io/jsr