1.0.2 • Published 2 years ago

threejs-plane v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 />
    </>
  )
}
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago