[![npm](https://img.shields.io/npm/v/@avs/go.svg)](https://www.npmjs.com/package/@avs/go)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/@avs/go)

# AVS/Go

Lit based custom elements for AVS.

## Install
```
npm install @avs/go
```

## Usage
```html
<html>
  <head>
    <script type="module" src="@avs/go/dist/avs-go-dataviz.js"></script>
    <!-- or -->
    <script src="@avs/go/dist/avs-go.min.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