andrii-bodnar / action-crowdin-contributors

A GitHub action to automate acknowledging translators and proofreaders to your projects ✨
https://github.com/marketplace/actions/action-crowdin-contributors
MIT License
13 stars 2 forks source link

Generate an SVG file instead of an HTML table #92

Open hwhsu1231 opened 8 months ago

hwhsu1231 commented 8 months ago

Feature Request

Hello, @andrii-bodnar

I hope that this GitHub Action can provide a new mode to generate an SVG file displaying all the Crowdin contributors.

There are some relavent projects that I found in GitHub:

which can generate an SVG file to display sponsors or contributors.

It would be better for me to have an SVG file displaying all the contributors instead of inserting an HTML tables into README.md

andrii-bodnar commented 8 months ago

@hwhsu1231 thank you for the suggestion!

I like the idea. I think we can introduce a new boolean input:

svg:
  description: "Generate table in SVG format"
  default: 'false'
  required: false