xyz-tools / gcode-preview

A simple GCode parser & previewer lib with 3D printing in mind. Written in Typescript.
https://gcode-preview.web.app/
MIT License
160 stars 31 forks source link

Export typings for GCodePreviewOptions #174

Closed remcoder closed 4 months ago

remcoder commented 4 months ago

Currently the typings for the GCodePreviewOptions is not exported. Which means consumers have no type check on the options object.