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

fix: Refactor gliffy conversion; separate conversion and file output #33

Merged
merged 3 commits into from
Nov 24, 2023

Conversation

sindrel
Copy link
Owner

@sindrel sindrel commented Nov 24, 2023

These changes are only changes to the code structure, no functional changes.

  • File IO has been extracted from the main function ConvertExcalidrawToGliffy, and is now handled by the new wrapper function ConvertExcalidrawToGliffyFile.
  • This slims down the main function, and makes it easier to unit test.

@sindrel sindrel added the enhancement New feature or request label Nov 24, 2023
@sindrel sindrel self-assigned this Nov 24, 2023
@sindrel sindrel merged commit d8594f6 into master Nov 24, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant