Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoomkoding/3d-book
📓 3D React book component written with three.js
https://github.com/zoomkoding/3d-book
component react threejs
Last synced: 17 days ago
JSON representation
📓 3D React book component written with three.js
- Host: GitHub
- URL: https://github.com/zoomkoding/3d-book
- Owner: zoomkoding
- License: mit
- Created: 2021-07-26T15:17:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T16:11:39.000Z (over 3 years ago)
- Last Synced: 2024-10-11T13:28:11.044Z (about 1 month ago)
- Topics: component, react, threejs
- Language: JavaScript
- Homepage: https://zoomkoding.github.io/3d-book/
- Size: 1.73 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3d-book
**3d-book** is a [React](https://reactjs.org/) book component created by [three.js](https://threejs.org/).
## Installation
3d-book is available as an [npm package](https://www.npmjs.com/package/3d-book).
```bash
npm install 3d-book
```## Usage
```js
import Book from "3d-book";function App() {
return (
);
}
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)