@avs/go-react
v0.12.71731
Published
React wrapper for AVS/Go web components
Downloads
31
Readme
AVS/Go React
React wrapper for AVS/Go web components.
Install
npm install @avs/go-reactUsage
import { AvsGoDataViz } from '@avs/go-react/src/AvsGoDataViz';
export function App() {
return (
<AvsGoDataViz
url='<url-to-avs-go-server>'
sceneName='MyGoScene'
renderer='<THREEJS|SVG|IMAGE>'
/>
);
}License
Apache-2.0
