We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this ERROR Uncaught ReferenceError: GlslEditor is not defined when following README instructions
Uncaught ReferenceError: GlslEditor is not defined
README
<link type="text/css" rel="stylesheet" href="https://rawgit.com/patriciogonzalezvivo/glslEditor/gh-pages/build/glslEditor.css"> <script type="application/javascript" src="https://rawgit.com/patriciogonzalezvivo/glslEditor/gh-pages/build/glslEditor.js"></script> <body> <div id="glsl_editor"></div> </body> <script type="text/javascript"> const glslEditor = new GlslEditor('#glsl_editor', { canvas_size: 500, canvas_draggable: true, theme: 'monokai', multipleBuffers: true, watchHash: true, fileDrops: true, menu: true }); </script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting this ERROR
Uncaught ReferenceError: GlslEditor is not defined
when followingREADME
instructionsThe text was updated successfully, but these errors were encountered: