{"id":16236021,"url":"https://github.com/zoomkoding/3d-book","last_synced_at":"2025-07-14T04:35:32.375Z","repository":{"id":57093045,"uuid":"389677690","full_name":"zoomkoding/3d-book","owner":"zoomkoding","description":"📓 3D React book component written with three.js","archived":false,"fork":false,"pushed_at":"2021-07-31T16:11:39.000Z","size":1816,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T04:23:04.861Z","etag":null,"topics":["component","react","threejs"],"latest_commit_sha":null,"homepage":"https://zoomkoding.github.io/3d-book/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoomkoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-26T15:17:30.000Z","updated_at":"2024-06-12T08:18:10.000Z","dependencies_parsed_at":"2022-08-22T21:41:03.135Z","dependency_job_id":null,"html_url":"https://github.com/zoomkoding/3d-book","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zoomkoding/3d-book","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoomkoding%2F3d-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoomkoding%2F3d-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoomkoding%2F3d-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoomkoding%2F3d-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoomkoding","download_url":"https://codeload.github.com/zoomkoding/3d-book/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoomkoding%2F3d-book/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265240863,"owners_count":23733129,"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":["component","react","threejs"],"created_at":"2024-10-10T13:28:42.817Z","updated_at":"2025-07-14T04:35:32.324Z","avatar_url":"https://github.com/zoomkoding.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3d-book\n\n**3d-book** is a [React](https://reactjs.org/) book component created by [three.js](https://threejs.org/).\n\n## Installation\n\n3d-book is available as an [npm package](https://www.npmjs.com/package/3d-book).\n\n```bash\nnpm install 3d-book\n```\n\n## Usage\n\n```js\nimport Book from \"3d-book\";\n\nfunction App() {\n  return (\n    \u003cdiv className=\"App\"\u003e\n      \u003cBook\n        style={{ width: 500, height: 600, background: \"white\" }}\n        bookCovers={{\n          front: \"/images/front.jpeg\",\n          back: \"/images/back.jpeg\",\n          spine: \"/images/spine.jpeg\",\n        }}\n      /\u003e\n      \u003ch2\u003e\n        \u003ca href=\"https://github.com/zoomKoding/3d-book\"\u003e3d book\u003c/a\u003e by{\" \"}\n        \u003ca href=\"https://threejs.org/\"\u003ethree.js\u003c/a\u003e\n      \u003c/h2\u003e\n      \u003cstrong\u003eHover your mouse to rotate the book.\u003c/strong\u003e\n    \u003c/div\u003e\n  );\n}\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoomkoding%2F3d-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoomkoding%2F3d-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoomkoding%2F3d-book/lists"}