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

feat: generate images locally #102

Merged
merged 1 commit into from
Aug 29, 2023
Merged

feat: generate images locally #102

merged 1 commit into from
Aug 29, 2023

Conversation

bafolts
Copy link
Owner

@bafolts bafolts commented Feb 28, 2023

This changes to running node-plantuml locally for generating images. I ran into dependency issues with the usage of tslint. Will migrate to eslint in separate PR. This closes #40 . Tested this locally generating a png file. Users will need to have graphviz installed locally. I had to update to most recent version with homebrew on mac.

@bafolts bafolts mentioned this pull request Feb 28, 2023
@bafolts bafolts merged commit 28ca60f into master Aug 29, 2023
2 checks passed
@bafolts bafolts deleted the bafolts/issue-40 branch August 29, 2023 15:17
@@ -140,16 +140,8 @@ function getCompilerOptions(tsConfigFilePath?: string): ts.CompilerOptions {
}

function requestImageFile(output: string, input: string, extension: string): void {
Copy link

@SushantChandla SushantChandla May 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added comment to share this part of code change with my team.

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

Successfully merging this pull request may close these issues.

Broken .png files.
2 participants