Installation
This section proivde you with several ways to install jsvectormap.
NPM
Install jsvectormap via npm (recommended)
$ npm install jsvectormap
Download
You can download the latest version from the Github: Download, or clone the repository:
$ git clone https://github.com/themustafaomar/jsvectormap.git
CDN
You can install jsvectormap by declare cdn links.
<link rel="stylesheet" href="https://unpkg.com/jsvectormap/dist/css/jsvectormap.css" />
<script src="https://unpkg.com/jsvectormap"></script>
<script src="https://unpkg.com/jsvectormap/dist/maps/world.js"></script>