Skip to content

Commit 16de9f0

Browse files
committed
v26.3.0
1 parent 708361e commit 16de9f0

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="300" height="300" src="./imgs/logo-lowpoly.png">
2+
<img width="183" height="183" src="./imgs/logo-lowpoly.png">
33
</p>
44

55
<p align="center">
@@ -52,7 +52,7 @@ For browser usage, use the ES module-compatible bundle:
5252
<script type="importmap">
5353
{
5454
"imports": {
55-
"three": "https://unpkg.com/three@0.183.0/build/three.module.min.js",
55+
"three": "https://unpkg.com/three@0.183.2/build/three.module.min.js",
5656
"@jgphilpott/polyslice": "https://unpkg.com/@jgphilpott/polyslice/dist/index.browser.esm.js"
5757
}
5858
}

index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ body {
2020
height: 150px;
2121
cursor: pointer;
2222
z-index: 1000;
23+
clip-path: polygon(15px 0px, 60px 0px, 150px 90px, 150px 135px);
2324
}
2425

2526
/* Warp speed canvas background */

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jgphilpott/polyslice",
33
"version": "26.3.0",
4-
"description": "An AI powered slicer designed specifically for three.js - slice meshes directly to G-code without intermediary file formats.",
4+
"description": "Where three.js intersects the physical world, slice your creations into life!",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
77
"browser": "dist/index.browser.js",
@@ -64,15 +64,15 @@
6464
"node": ">=14.0.0"
6565
},
6666
"dependencies": {
67-
"@jgphilpott/polyconvert": "^1.0.6",
68-
"@jgphilpott/polytree": "^0.1.7",
67+
"@jgphilpott/polyconvert": "^1.0.7",
68+
"@jgphilpott/polytree": "^0.1.8",
6969
"polygon-clipping": "^0.15.7",
7070
"three": "^0.183.2",
7171
"three-subdivide": "^1.1.5"
7272
},
7373
"peerDependencies": {
74-
"@jgphilpott/polytree": "^0.1.7",
75-
"three": "^0.183.1",
74+
"@jgphilpott/polytree": "^0.1.8",
75+
"three": "^0.183.2",
7676
"three-subdivide": "^1.1.5"
7777
},
7878
"optionalDependencies": {

0 commit comments

Comments
 (0)