@pixi/mesh-extras
Advanced tools
Comparing version 7.1.0-alpha to 7.1.0
/// <reference path="../global.d.ts" /> | ||
export * from './geometry/PlaneGeometry'; | ||
export * from './geometry/RopeGeometry'; | ||
export * from './NineSlicePlane'; | ||
export * from './SimpleMesh'; | ||
export * from './SimplePlane'; | ||
export * from './SimpleRope'; | ||
export * from './SimplePlane'; | ||
export * from './SimpleMesh'; | ||
export * from './NineSlicePlane'; |
@@ -7,6 +7,6 @@ 'use strict'; | ||
var RopeGeometry = require('./geometry/RopeGeometry.js'); | ||
var NineSlicePlane = require('./NineSlicePlane.js'); | ||
var SimpleMesh = require('./SimpleMesh.js'); | ||
var SimplePlane = require('./SimplePlane.js'); | ||
var SimpleRope = require('./SimpleRope.js'); | ||
var SimplePlane = require('./SimplePlane.js'); | ||
var SimpleMesh = require('./SimpleMesh.js'); | ||
var NineSlicePlane = require('./NineSlicePlane.js'); | ||
@@ -17,6 +17,6 @@ | ||
exports.RopeGeometry = RopeGeometry.RopeGeometry; | ||
exports.NineSlicePlane = NineSlicePlane.NineSlicePlane; | ||
exports.SimpleMesh = SimpleMesh.SimpleMesh; | ||
exports.SimplePlane = SimplePlane.SimplePlane; | ||
exports.SimpleRope = SimpleRope.SimpleRope; | ||
exports.SimplePlane = SimplePlane.SimplePlane; | ||
exports.SimpleMesh = SimpleMesh.SimpleMesh; | ||
exports.NineSlicePlane = NineSlicePlane.NineSlicePlane; | ||
//# sourceMappingURL=index.js.map |
@@ -0,4 +1,4 @@ | ||
import { Texture } from '@pixi/core'; | ||
import { Mesh } from '@pixi/mesh'; | ||
import { Texture } from '@pixi/core'; | ||
import type { DRAW_MODES, ITypedArray, IArrayBuffer, Renderer } from '@pixi/core'; | ||
import type { DRAW_MODES, IArrayBuffer, ITypedArray, Renderer } from '@pixi/core'; | ||
/** | ||
@@ -5,0 +5,0 @@ * The Simple Mesh class mimics Mesh in PixiJS v4, providing easy-to-use constructor arguments. |
@@ -5,4 +5,4 @@ 'use strict'; | ||
var core = require('@pixi/core'); | ||
var mesh = require('@pixi/mesh'); | ||
var core = require('@pixi/core'); | ||
@@ -9,0 +9,0 @@ class SimpleMesh extends mesh.Mesh { |
import { Mesh } from '@pixi/mesh'; | ||
import type { IPoint, Texture, Renderer } from '@pixi/core'; | ||
import type { IPoint, Renderer, Texture } from '@pixi/core'; | ||
/** | ||
@@ -4,0 +4,0 @@ * The rope allows you to draw a texture across several points and then manipulate these points |
@@ -5,4 +5,4 @@ 'use strict'; | ||
var core = require('@pixi/core'); | ||
var mesh = require('@pixi/mesh'); | ||
var core = require('@pixi/core'); | ||
var RopeGeometry = require('./geometry/RopeGeometry.js'); | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@pixi/mesh-extras", | ||
"version": "7.1.0-alpha", | ||
"version": "7.1.0", | ||
"main": "lib/index.js", | ||
@@ -25,7 +25,7 @@ "module": "lib/index.mjs", | ||
"homepage": "http://pixijs.com/", | ||
"bugs": "https://github.com/pixijs/pixi.js/issues", | ||
"bugs": "https://github.com/pixijs/pixijs/issues", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pixijs/pixi.js.git" | ||
"url": "https://github.com/pixijs/pixijs.git" | ||
}, | ||
@@ -43,3 +43,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "0fb26a500c738cb550da277c112d15d9dd3f87b6" | ||
"gitHead": "4079e92895ecb692afe9f0b15d3e48ee40852ada" | ||
} |
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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
118546