Installation

Package managers

Install Interactive Image via a package manager.

npm

$ npm install --save interactiveimagejs

Yarn

$ yarn add interactiveimagejs

Content Delivery Network

You can also include Interactive Image from a CDN:

jsDelivr

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/interactiveimagejs@2.7.1/dist/interactive-image.min.css" />

<script src="https://cdn.jsdelivr.net/npm/interactiveimagejs@2.7.1/dist/interactive-image.min.js"></script>

View Interactive Image at jsDelivr.

unpkg

<link rel="stylesheet" href="https://unpkg.com/interactiveimagejs@2.7.1/dist/interactive-image.min.css" />

<script src="https://unpkg.com/interactiveimagejs@2.7.1/dist/interactive-image.min.js"></script>

View unpkg.

Download

Or download the production / development files from GitHub.
All the files (.js, .css and fonts) are located in the dist directory.

The latest Zip archive is available at Github, and you can browse all the releases here.