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.
1 parent 91b3a39 commit 8348ec7Copy full SHA for 8348ec7
1 file changed
src/gcode-preview.ts
@@ -4,4 +4,4 @@ import { DevModeOptions } from './dev-gui';
4
const init = function (opts: GCodePreviewOptions) {
5
return new WebGLPreview(opts);
6
};
7
-export { WebGLPreview, init, DevModeOptions };
+export { WebGLPreview, init, DevModeOptions, GCodePreviewOptions };
0 commit comments