New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mjs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjs

3D matrix and vector operations

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

mjs

3D Matrix and Vector operators for node.js

This is a fork of webgl_mjs creating an easy to use node module.

Installation

npm install mjs

Usage

var MJS = require('mjs')(Array),
    V3 = MJS.V3,
    V2 = MJS.V2,
    M4x4 = MJS.M4x4;

Keywords

3d

FAQs

Package last updated on 20 Jul 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts