Skip to content

Commit

Permalink
probably should actually export the module
Browse files Browse the repository at this point in the history
  • Loading branch information
halvves committed Feb 5, 2019
1 parent 9570b54 commit 7f05aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shaderpen.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class ShaderPen {
export default class ShaderPen {
constructor(shaderString, noRender) {
// shadertoy differences
const ioTest = /\(\s*out\s+vec4\s+(\S+)\s*,\s*in\s+vec2\s+(\S+)\s*\)/;
Expand Down

0 comments on commit 7f05aea

Please sign in to comment.