Getting Started
Installation
This section proivdes several methods to install jsvectormap.
Installations
NPM
npm
is the recommended installation method.
$ 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 also install it via CDN links (jsdeliver).
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jsvectormap/dist/css/jsvectormap.min.css" />
<script src="https://cdn.jsdelivr.net/npm/jsvectormap"></script>
<script src="https://cdn.jsdelivr.net/npm/jsvectormap/dist/maps/world.js"></script>