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

css-matrix3d

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-matrix3d

CSS 3D Matrix transformation

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

CSS-Matrix3d

Install

yarn add css-matrix3d

#or

npm install css-matrix3d --save

Usage

import { scale, translate, rotate, generateMatrix, generateCSS } from 'css-matrix3d'

const css = generateCSS(scale(2,2), translate(50, 50, 50), rotate('x', 30))

// Will get 'matrix3d(2,0,0,0,0,-1.8243761378545968,0.8195435971482816,0,0,-0.4097717985741408,-0.9121880689272984,0,50,50,50,1)'

Keywords

matrix

FAQs

Package last updated on 16 Jan 2017

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