Installation

NPM

1
2
# latest stable
$ npm install meltjs

Using a CDN

Both the development and the minified production version are hosted on unpkg.

Development version:

1
<script src="https://unpkg.com/meltjs"></script>

Minified production version:

1
<script src="https://unpkg.com/meltjs/dist/melt.min.js"></script>