three-background
v0.2.1
Published
Dynamic background generator.
Downloads
11
Readme
Providing facinating(maybe) background with fairly OK perfomance(maybe) using three.js and its examples lib. Let you beautify(maybe) your homepage's/loginpage's background in the most easy(maybe) way.
To install:
npm i three-background
Easy to Use:
import TBG from 'three-background'
const { BasicOcean } = TBG
function MainPage(){
// your other code ....
return <BasicOcean>
{/* your other comps */}
</BasicOcean>
}
export default MainPage