UNPKG

transformersjs

Version:

Utility functions to calculate transformation matrix

35 lines (34 loc) 733 B
{ "name": "transformersjs", "version": "1.1.0", "description": "Utility functions to calculate transformation matrix", "files": [ "*.md", "index.js" ], "main": "index.js", "scripts": { "test": "jest", "docs": "jsdoc2md --template README.hbs index.js > README.md" }, "repository": { "type": "git", "url": "git+https://github.com/vecta-io/transformers.git" }, "keywords": [ "transformations", "matrix", "translate", "shear", "scale", "rotate", "skew", "inverse" ], "author": "neel singh", "license": "MIT", "bugs": { "url": "https://github.com/vecta-io/transformers/issues" }, "homepage": "https://github.com/vecta-io/transformers#readme" }