avs-go
v0.11.71287
Published
AVS Go
Downloads
253
Maintainers
Readme
AVS Go
Polymer 3.0 based elements for AVS.
Install
npm install avs-go
Usage
<html>
<head>
<script type="module" src="avs-go/avs-go-dataviz.js"></script>
</head>
<body>
<avs-go-dataviz
url="<url-to-avs-go-server>"
scene-name="MyGoScene"
renderer="<IMAGE|SVG|THREEJS>"
>
</avs-go-dataviz>
</body>
</html>
License
Apache-2.0