{"id":21762611,"url":"https://github.com/dawee/transform-matrix","last_synced_at":"2026-05-10T02:37:38.591Z","repository":{"id":57379028,"uuid":"60340598","full_name":"dawee/transform-matrix","owner":"dawee","description":"ES6 Matrix for transform attribute manipulation","archived":false,"fork":false,"pushed_at":"2016-06-20T11:17:39.000Z","size":5,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T19:04:04.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dawee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-03T10:42:43.000Z","updated_at":"2021-08-26T11:25:30.000Z","dependencies_parsed_at":"2022-09-05T08:10:49.778Z","dependency_job_id":null,"html_url":"https://github.com/dawee/transform-matrix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Ftransform-matrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Ftransform-matrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Ftransform-matrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Ftransform-matrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawee","download_url":"https://codeload.github.com/dawee/transform-matrix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244739938,"owners_count":20501990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-26T12:12:37.393Z","updated_at":"2026-05-10T02:37:33.562Z","avatar_url":"https://github.com/dawee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TransformMatrix\n\nES6 Matrix for transform attribute manipulation\n\n## Install\n\n```js\nnpm install transform-matrix\n```\n\n## Usage\n\nAs it's an implementation of the [2D Affine Transformation Matrix](https://github.com/epistemex/transformation-matrix-js). Most of usage [can be read here](https://github.com/epistemex/transformation-matrix-js/blob/master/readme.md).\n\n### deserialize / serialize\n\n```js\nimport Matrix from 'transform-matrix';\n\nlet matrix = Matrix.deserialize('matrix(1,0,0,1,0,0)');\n\nmatrix = matrix.translate(88, 99);\n\nconsole.log(matrix.serialize()); // matrix(1,0,0,1,88,99)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawee%2Ftransform-matrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawee%2Ftransform-matrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawee%2Ftransform-matrix/lists"}