Skip to content

Commit

Permalink
improve building
Browse files Browse the repository at this point in the history
  • Loading branch information
genbs committed Jul 28, 2021
1 parent 33b057d commit eaf895f
Show file tree
Hide file tree
Showing 12 changed files with 850 additions and 24,582 deletions.
12,238 changes: 191 additions & 12,047 deletions build/esm/urpflanze-gcode-exporter.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/esm/urpflanze-gcode-exporter.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/esm/urpflanze-gcode-exporter.min.js

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions build/esm/urpflanze-gcode-exporter.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,3 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/*!
* @license Urpflanze v"0.5.5"
* urpflanze.js
*
* Github: https://github.com/urpflanze-org/core
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
13,153 changes: 652 additions & 12,501 deletions build/umd/urpflanze-gcode-exporter.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/umd/urpflanze-gcode-exporter.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/umd/urpflanze-gcode-exporter.min.js

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions build/umd/urpflanze-gcode-exporter.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,3 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/*!
* @license Urpflanze v"0.5.5"
* urpflanze.js
*
* Github: https://github.com/urpflanze-org/core
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"webpack-cli": "^4.7.2"
},
"peerDependencies": {
"@urpflanze/core": "^0.5.5"
"@urpflanze/core": "^0.5.6"
},
"dependencies": {
"simplify-js": "^1.2.4"
Expand Down
2 changes: 1 addition & 1 deletion src/GCODEExporter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Scene, ShapePrimitive } from '@urpflanze/core'
import { clamp } from '@urpflanze/core'
import { clamp } from '@urpflanze/core/dist/cjs/Utilities'
import simplify from 'simplify-js'

import type { IGCODEExporterSettings } from './types'
Expand Down
1 change: 0 additions & 1 deletion src/global.d.ts

This file was deleted.

8 changes: 1 addition & 7 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
export * from './types'
import { GCODEExporter } from './GCODEExporter'

if (typeof Urpflanze !== 'undefined') {
Urpflanze.GCODEExporter = GCODEExporter
}

export { GCODEExporter }
export * from './GCODEExporter'

0 comments on commit eaf895f

Please sign in to comment.