Image API
- Dominant language
- JavaScript
- Stars
- 618
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
Comicgen supports a JavaScript API and a HTML API. However, the UI also supports a REST API. For example: `?name=dee&angle=side&emotion=sad&pose=shrug` links to [this page](https://gramener.com/comicgen/#?name=dee&angle=side&emotion=sad&pose=shrug).
We want to create:
- `https://gramener.com/comicgen/export.svg?...` to send an SVG
- `https://gramener.com/comicgen/export.png?...` to send a transparent PNG
- `https://gramener.com/comicgen/export.jpg?...` to send a JPG
- `https://gramener.com/comicgen/export.gif?...` to send a transparent GIF
- `https://gramener.com/comicgen/export.pdf?...` to send a PDF
This allows Comicgen images to be embedded in many more applications, such as emails. This also allows users to compose their own layers using SVG, PNG or GIF images
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.