项目作者: avs

项目描述 :
Common web components for AVS data visualization products
高级语言: JavaScript
项目地址: git://github.com/avs/avs-go.git
创建时间: 2018-04-24T23:33:52Z
项目社区:https://github.com/avs/avs-go

开源协议:Other

下载


npm
Published on webcomponents.org

AVS Go

Polymer 3.0 based elements for AVS.

Install

  1. npm install avs-go

Usage

  1. <html>
  2. <head>
  3. <script type="module" src="avs-go/avs-go-dataviz.js"></script>
  4. </head>
  5. <body>
  6. <avs-go-dataviz
  7. url="<url-to-avs-go-server>"
  8. scene-name="MyGoScene"
  9. renderer="<IMAGE|SVG|THREEJS>"
  10. >
  11. </avs-go-dataviz>
  12. </body>
  13. </html>

License

Apache-2.0