1.0.2 • Published 2 years ago
threejs-plane v1.0.2
Three.js Beautiful Plane
This is a react component of a threejs plane. check out on github
Installation
use npm install:
npm install threejs-plane --save
Usage
import React from 'react'
import {ThreejsPlane} from 'threejs-plane'
export const App = () => {
return (
<>
<ThreejsPlane />
</>
)
}