css-matrix

1.0.1 • Public • Published

css-matrix

Example

import { CSSMatrix } from 'css-matrix';
 
const transform = new CSSMatrix()
  .translate(100, 200)
  .rotate(45)
  .toTransform()
;

Package Sidebar

Install

npm i css-matrix

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • bohdantkachenko