UNPKG

@plastichub/osr-cad

Version:

This is a CLI(CommandLineInterface) toolset to convert 3D files, using Solidworks and other software.

6 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convert = void 0; var slic3r_1 = require("./slic3r"); Object.defineProperty(exports, "convert", { enumerable: true, get: function () { return slic3r_1.convert; } }); //# sourceMappingURL=index.js.map