seed-scene-three
v0.0.3
Published
## install
Downloads
3
Readme
Seer Scene 3d
install
npm i seed-scene-three -S
usage
import React from 'react'
import { Scene } from "seed-scene-three";
function App() {
return (
<div className="app">
<Scene baseUrl="http://localhost:8800"/>
</div>
)
}
options
baseUrl
http request base url
notes
- ws初始化由调用方外部处理。