We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
export default p5
1 parent 09b7e5e commit b881b8dCopy full SHA for b881b8d
1 file changed
utils/typescript.mjs
@@ -785,6 +785,7 @@ p5: P5;
785
});
786
787
globalDefinitions += '}\n\n';
788
+ globalDefinitions += 'export default p5;\n\n';
789
790
return { instanceDefinitions, globalDefinitions };
791
}
0 commit comments