roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
57 stars 17 forks source link

add --cors cli option #53

Open roipoussiere opened 2 years ago

roipoussiere commented 2 years ago

This option will be used to enable CORS, which is useful to let a web client use a local cq-server.

This might allow cq-server ui to run in a VSCode webview (#17).