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 build on newer Node.js and on Windows. #1

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

null77
Copy link

@null77 null77 commented Dec 28, 2024

Replaces calls to writeFile with writeFileSync, and fixes some path separator instances where Windows was getting confused. Also allows the example to run by omitting the write to ctx.canvas if it's already defined.

Replaces calls to writeFile with writeFileSync, and fixes some path
separator instances where Windows was getting confused. Also allows the
example to run by omitting the write to ctx.canvas if it's already
defined.
@null77
Copy link
Author

null77 commented Dec 29, 2024

@dhritzkiv do you know would be an appropriate reviewer for PR's against this repository?

@dhritzkiv dhritzkiv merged commit a107d7d into stackgl:master Jan 13, 2025
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.

2 participants