Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pixi/mesh-extras

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/mesh-extras - npm Package Compare versions

Comparing version 7.1.0-alpha to 7.1.0

6

lib/index.d.ts
/// <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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc