Skip to content

Commit

Permalink
Update examples version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fennec committed Feb 25, 2025
1 parent 0a1191e commit d5665b7
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/public/samples/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/multiple-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/orbit-controls-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/orbit-controls.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/post-processing.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/resizable-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/responsive.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/yomotsu-camera-controls.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js",
"camera-controls": "https://unpkg.com/[email protected]/dist/camera-controls.module.min.js"
}
}
Expand Down
6 changes: 3 additions & 3 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Try it Online

You can try ViewportGizmo directly in your browser on [jsFiddle](https://jsfiddle.net/u76wxkha/).
You can try ViewportGizmo directly in your browser on [jsFiddle](https://jsfiddle.net/e6r2qy9w/).

## Installation

Expand All @@ -16,7 +16,7 @@ $ npm install three-viewport-gizmo

```javascript [CDN module]
import * as THREE from "https://unpkg.com/[email protected]/build/three.module.js";
import { ViewportGizmo } from "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js";
import { ViewportGizmo } from "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js";
```

```html [CDN importsmap]
Expand All @@ -25,7 +25,7 @@ import { ViewportGizmo } from "https://unpkg.com/[email protected]/dist
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.0.2/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/three-viewport-gizmo@2.1.0/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

### Try it Online

You can try ViewportGizmo directly in your browser on [jsFiddle](https://jsfiddle.net/u76wxkha/).
You can try ViewportGizmo directly in your browser on [jsFiddle](https://jsfiddle.net/e6r2qy9w/).

### Installation

Expand Down

0 comments on commit d5665b7

Please sign in to comment.