Added new outputType called 'svg_file', and 'file' changed to 'png_file' for better clarity#30
Open
jagadeesh52423 wants to merge 3 commits intohustcc:mainfrom
Open
Added new outputType called 'svg_file', and 'file' changed to 'png_file' for better clarity#30jagadeesh52423 wants to merge 3 commits intohustcc:mainfrom
jagadeesh52423 wants to merge 3 commits intohustcc:mainfrom
Conversation
hustcc
reviewed
Dec 15, 2025
Owner
|
help to fix the ci, and upgrade the version to 0.5.0, it is a break change. |
- Rename 'file' output type to 'png_file' for clarity - Add new 'svg_file' output type for saving SVG files to disk - Remove 'format' parameter as it's no longer needed with dedicated output types - Update README documentation to reflect new output types - Now supports 7 output types: base64, svg, mermaid, png_file, svg_file, svg_url, png_url 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
- Combine png_file and svg_file logic into single block (similar to svg_url/png_url) - Use shared variables (isSvg, ext, typeName, content) to reduce duplication - Bump version to 0.5.0 for breaking change - Update test expectations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
Done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.