3D models viewer with react.js
npm install liangxx-react-3dmodelx> 3D models viewer with react.js。文档地址:https://xiaxiangfeng.github.io/react-3d-model/index.html#/
``npm`
npm i react-3dmodelx
`tsx
import React from 'react';
import Model from 'react-3dmodelx';
export default () => (
Demo:
Getting Started
Install dependencies,
`bash
$ npm i
`Start the dev server,
`bash
$ npm start
`Build documentation,
`bash
$ npm run docs:build
`Run test,
`bash
$ npm test
`Build library via
father,`bash
$ npm run build
``