New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

meshline

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meshline - npm Package Compare versions

Comparing version

to
2.0.1

15

package.json
{
"name": "meshline",
"version": "2.0.0",
"version": "2.0.1",
"author": "Jaume Sanchez <the.spite@gmail.com> (https://www.clicktorelease.com)",

@@ -12,3 +12,3 @@ "license": "MIT",

"dev": "vite",
"build": "tsc && vite build",
"build": "tsc --declaration && vite build ",
"serve": "vite preview"

@@ -20,4 +20,5 @@ },

"peerDependencies": {
"three": ">=0.128.0"
"three": ">=0.126.0"
},
"types": "./index.d.ts",
"main": "./dist/meshline.umd.js",

@@ -32,9 +33,9 @@ "module": "./dist/meshline.es.js",

"devDependencies": {
"@types/three": "^0.128.0",
"typescript": "^4.2.3",
"vite": "^2.3.3"
"@types/three": "^0.129.1",
"typescript": "^4.3.2",
"vite": "^2.3.7"
},
"dependencies": {
"three": "^0.128.0"
"three": "^0.129.0"
}
}
# MeshLine
Mesh replacement for ```THREE.Line```
temporary package:
```js
import * as THREE from 'three';
import { MeshLine, MeshLineMaterial, MeshLineRaycast } from 'meshline';
```
Instead of using GL_LINE, it uses a strip of triangles billboarded. Some examples:

@@ -200,6 +206,2 @@

<<<<<<< HEAD
Copyright (C) 2015-2016 Jaume Sanchez Elias, http://www.clicktorelease.com
=======
Copyright (C) 2015-2016 Jaume Sanchez Elias, http://www.clicktorelease.com
>>>>>>> new-architecture