@pixi/mesh-extras
Advanced tools
Comparing version 7.0.0-beta.3 to 7.0.0-beta.4
/*! | ||
* @pixi/mesh-extras - v7.0.0-beta.3 | ||
* Compiled Thu, 13 Oct 2022 15:35:43 UTC | ||
* @pixi/mesh-extras - v7.0.0-beta.4 | ||
* Compiled Thu, 20 Oct 2022 19:45:44 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/mesh-extras is licensed under the MIT License. |
"use strict";/*! | ||
* @pixi/mesh-extras - v7.0.0-beta.3 | ||
* Compiled Thu, 13 Oct 2022 15:35:43 UTC | ||
* @pixi/mesh-extras - v7.0.0-beta.4 | ||
* Compiled Thu, 20 Oct 2022 19:45:44 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/mesh-extras is licensed under the MIT License. |
@@ -40,3 +40,3 @@ /// <reference path="./global.d.ts" /> | ||
* | ||
* const Plane9 = new NineSlicePlane(Texture.from('BoxWithRoundedCorners.png'), 15, 15, 15, 15); | ||
* const plane9 = new NineSlicePlane(Texture.from('BoxWithRoundedCorners.png'), 15, 15, 15, 15); | ||
* @memberof PIXI | ||
@@ -134,3 +134,3 @@ */ | ||
* @example | ||
* import { RopeGeometry, Point } from 'pixi.js'; | ||
* import { Point, RopeGeometry } from 'pixi.js'; | ||
* | ||
@@ -205,8 +205,8 @@ * for (let i = 0; i < 20; i++) { | ||
* @example | ||
* import { SimplePlane, Texture, Point } from 'pixi.js'; | ||
* import { Point, SimplePlane, Texture } from 'pixi.js'; | ||
* | ||
* for (let i = 0; i < 20; i++) { | ||
* points.push(new Point(i * 50, 0)); | ||
* }; | ||
* const SimplePlane = new SimplePlane(Texture.from("snake.png"), points); | ||
* } | ||
* const SimplePlane = new SimplePlane(Texture.from('snake.png'), points); | ||
* @memberof PIXI | ||
@@ -238,3 +238,3 @@ */ | ||
* @example | ||
* import { SimpleRope, Texture, Point } from 'pixi.js'; | ||
* import { Point, SimpleRope, Texture } from 'pixi.js'; | ||
* | ||
@@ -244,3 +244,3 @@ * for (let i = 0; i < 20; i++) { | ||
* }; | ||
* const rope = new SimpleRope(Texture.from("snake.png"), points); | ||
* const rope = new SimpleRope(Texture.from('snake.png'), points); | ||
* @memberof PIXI | ||
@@ -247,0 +247,0 @@ */ |
{ | ||
"name": "@pixi/mesh-extras", | ||
"version": "7.0.0-beta.3", | ||
"version": "7.0.0-beta.4", | ||
"main": "dist/cjs/mesh-extras.js", | ||
@@ -42,3 +42,3 @@ "module": "dist/esm/mesh-extras.mjs", | ||
], | ||
"gitHead": "8055ae1c16d4c0f8dabda86cafd8e68c356450e8" | ||
"gitHead": "a4581e4a49d23afc98fcf726765c9d54e51c3c39" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
198661