{"id":16184378,"url":"https://github.com/mattmezza/react-matrix-decode","last_synced_at":"2026-05-09T06:35:37.835Z","repository":{"id":79954493,"uuid":"81498614","full_name":"mattmezza/react-matrix-decode","owner":"mattmezza","description":"A react component to simulate a reveal of text with matrix decodification effect. ","archived":false,"fork":false,"pushed_at":"2017-02-09T23:27:04.000Z","size":305,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T19:04:30.983Z","etag":null,"topics":["decode","matrix","react"],"latest_commit_sha":null,"homepage":"https://mattmezza.github.io/react-matrix-decode/","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/mattmezza.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-09T21:52:48.000Z","updated_at":"2023-10-31T17:12:11.000Z","dependencies_parsed_at":"2023-05-24T12:45:26.127Z","dependency_job_id":null,"html_url":"https://github.com/mattmezza/react-matrix-decode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mattmezza/react-matrix-decode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Freact-matrix-decode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Freact-matrix-decode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Freact-matrix-decode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Freact-matrix-decode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmezza","download_url":"https://codeload.github.com/mattmezza/react-matrix-decode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Freact-matrix-decode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["decode","matrix","react"],"created_at":"2024-10-10T07:09:59.454Z","updated_at":"2026-05-09T06:35:37.815Z","avatar_url":"https://github.com/mattmezza.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Matrix Decode\n=======\n\n`npm install react-matrix-decoder --save`\n\n```javascript\nimport React from 'react'\nimport ReactDOM from 'react-dom'\nimport MatrixDecode from 'react-matrix-decoder'\n\nclass Container extends React.Component {\n  render () {\n    return (\n      \u003cdiv\u003e\n        \u003cdiv\u003e\n          \u003cMatrixDecode ref='decode' before='Reveal me' after='Trump 💩' speed={50} /\u003e\n        \u003c/div\u003e\n        \u003cdiv\u003e\n          \u003cbutton onClick={() =\u003e this.refs.decode.decode()}\u003eMatrix Decode!\u003c/button\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n    )\n  }\n}\n\nReactDOM.render(\u003cContainer /\u003e, document.getElementById('container'))\n\n```\nYou will get this effect\n\n![test](https://github.com/mattmezza/react-matrix-decode/blob/master/test/out.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Freact-matrix-decode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmezza%2Freact-matrix-decode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Freact-matrix-decode/lists"}