Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SVG Batches #1

Open
halotroop2288 opened this issue Mar 4, 2022 · 0 comments
Open

Support SVG Batches #1

halotroop2288 opened this issue Mar 4, 2022 · 0 comments

Comments

@halotroop2288
Copy link

The Issue

If I understand this correctly you're supposed to...

  • Reference SVG files in your project inside a Markdown file
  • Pass that markdown file into the action
    And then it will...
  • Convert the SVGs to PNG
  • Place them in a folder you also pass into the action
  • Rewrite the Markdown file
  • Place the Markdown file into another location that you pass into the action.

But converting SVGs to PNG is useful for more than just markdown previews, and this proves to be too situational.

Proposed Solution

If that's right, I'm wondering why it doesn't just...

  • Take an input path (or list of paths) and output path (or list of paths)
  • Convert the SVGs to PNG
  • Place the PNGs in the output path.

You could also take a list of input and output paths of affected readme files to keep that functionality.

This is currently the only GitHub Action that comes close to accomplishing this. I do hope you consider it.

Thanks.

@halotroop2288 halotroop2288 changed the title Support Batches Support SVG Batches Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant