This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Move playground functions to helper.js files (Issue #25) - #73
Open
sohamkatdare wants to merge 3 commits into
Open
Move playground functions to helper.js files (Issue #25)#73sohamkatdare wants to merge 3 commits into
sohamkatdare wants to merge 3 commits into
Conversation
Owner
|
I will take a look at this once i have time. Currently the deploy build isn't rendering the page with this commit, which has me wondering if this works correctly or netlify is having issues. Code looks okay, so I am assuming it is netlify, so I will load this myself later and double check everything 😁 |
Author
|
Alright, thanks a ton! |
Author
|
Hi, just following up on this pull request; did you manage to find any time to load the build yourself? Thanks. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
In the Playground view, I moved the functions in the Debug.js and Canvas.js files into a helper.js file.