How to Get VStory
There are several ways to get VStory:
- Get from npm
- Get from cdn
- Get from GitHub repository
Get from npm
For how to use when getting, see How to Import VStory in Your Project.
Get from cdn
Note: When importing VStory via cdn, pay attention to the way of referencing VStory:
const story = new VStory.Story(dsl, { dom: 'chart' });
You can get VStory from the following free CDNs:
Get from GitHub
You can directly get the source code of VStory from GitHub:
- You can clone the source code directly from GitHub.
- You can also choose the corresponding version from the release page of VStory on GitHub, click on the Source code under Assets at the bottom of the page, download it to your local machine, unzip it, and then use it.