Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 (




3d book by{" "}
three.js


Hover your mouse to rotate the book.

);
}
```

## 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/)