three-stdlib 2.23.14 → 2.23.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { Loader, LoadingManager, ShapePath, BufferGeometry, Vector3, Shape } from 'three'
1
+ import { Loader, LoadingManager, ShapePath, BufferGeometry, Vector2, Shape } from 'three'
2
2
 
3
3
  export interface SVGResultPaths extends ShapePath {
4
4
  userData?:
@@ -44,13 +44,13 @@ export class SVGLoader extends Loader {
44
44
  miterLimit?: number,
45
45
  ): StrokeStyle
46
46
  static pointsToStroke(
47
- points: Vector3[],
47
+ points: Vector2[],
48
48
  style: StrokeStyle,
49
49
  arcDivisions?: number,
50
50
  minDistance?: number,
51
51
  ): BufferGeometry
52
52
  static pointsToStrokeWithBuffers(
53
- points: Vector3[],
53
+ points: Vector2[],
54
54
  style: StrokeStyle,
55
55
  arcDivisions?: number,
56
56
  minDistance?: number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "three-stdlib",
3
- "version": "2.23.14",
3
+ "version": "2.23.15",
4
4
  "description": "stand-alone library of threejs examples",
5
5
  "keywords": [
6
6
  "three",