!!!###!!!title=How to Get VRender——VisActor/VRender tutorial documents!!!###!!!!!!###!!!description=There are several ways to get VRender:- Get it from npm- Get it from cdn- Get it from GitHub repository!!!###!!!

How to Get VRender

There are several ways to get VRender:

  • Get it from npm
  • Get it from cdn
  • Get it from GitHub repository

npm Get

# npm
$ npm install @visactor/vrender

# yarn
$ yarn add @visactor/vrender

For how to use it when getting, see How to Import VRender in a Project.

cdn Get

You can get VRender from the following free CDNs:

<!-- unpkg -->
<script src="https://unpkg.com/@visactor/vrender/build/index.min.js"></script>

<!-- jsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/@visactor/vrender/build/index.min.js"></script>

GitHub Get

You can get the VRender source code directly from GitHub:

  • You can directly clone the source code from GitHub.
  • You can also select the corresponding version from the VRender release page, click on the Source code in the Assets section at the bottom of the page, download it to your local machine, extract it and use it.