3d-book 中文文档教程

发布于 3年前 浏览 18 项目主页 更新于 3年前

3d-book

3d-book 是由 React 书籍组件>three.js。

Installation

3d-book 作为 npm 包 提供。

npm install 3d-book

Usage

import Book from '3d-book'

function App() {
  return (
    <div className='App'>
      <Book
        style={{ width: 500, height: 600, background: 'white' }}
        bookCovers={{
          front: '/images/front.jpeg',
          back: '/images/back.jpeg',
          spine: '/images/spine.jpeg'
        }}
      />
      <h2>
        <a href='https://github.com/zoomKoding/3d-book'>3d book</a> by{' '}
        <a href='https://threejs.org/'>three.js</a>
      </h2>
      <strong>Hover your mouse to rotate the book.</strong>
    </div>
  )
}

Contributing

欢迎请求请求。 对于重大更改,请先打开一个问题来讨论您想要更改的内容。

请确保适当地更新测试。

License

麻省理工学院

3d-book

3d-book is a React book component created by three.js.

Installation

3d-book is available as an npm package.

npm install 3d-book

Usage

import Book from '3d-book'

function App() {
  return (
    <div className='App'>
      <Book
        style={{ width: 500, height: 600, background: 'white' }}
        bookCovers={{
          front: '/images/front.jpeg',
          back: '/images/back.jpeg',
          spine: '/images/spine.jpeg'
        }}
      />
      <h2>
        <a href='https://github.com/zoomKoding/3d-book'>3d book</a> by{' '}
        <a href='https://threejs.org/'>three.js</a>
      </h2>
      <strong>Hover your mouse to rotate the book.</strong>
    </div>
  )
}

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

更多

友情链接

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文