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.
2 parents 91b3a39 + 8348ec7 commit 069f498Copy full SHA for 069f498
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