UNPKG

@plastichub/osr-cad

Version:

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

11 lines 648 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MSG_FAILED_TO_LOAD = exports.BUF_SIZE_CMP = exports.DEFAULT_REPORT = exports.PACKAGE_NAME = exports.MODULE_NAME = exports.GIT_REPO = exports.GIT_CHANGELOG_MESSAGE_PREFIX = void 0; exports.GIT_CHANGELOG_MESSAGE_PREFIX = 'ChangeLog:'; exports.GIT_REPO = 'https://git.osr-plastic.org/osr-plastic/'; exports.MODULE_NAME = `OSR-CAD`; exports.PACKAGE_NAME = 'osr-cad'; exports.DEFAULT_REPORT = '${SRC_DIR}/cad-report-${CONFIGURATION}.json'; exports.BUF_SIZE_CMP = 16 * 1024; exports.MSG_FAILED_TO_LOAD = 'Failed to load'; //# sourceMappingURL=constants.js.map