1
0
Fork 0
easejs/download.html

28 lines
734 B
HTML
Raw Normal View History

<p>
<span class="release-current">
Current Release: <span class="version">0.1.0</span>
</span>
</p>
<p>
ease.js can be downloaded in a variety of formats, depending on the
environment in which it will be used.
</p>
<ul>
<li>
<a href="/scripts/ease.min.js">Production</a>
- Minified, 7.1 kB gzipped (25 kB uncompressed)
</li>
<li>
<a href="/scripts/ease.js">Development</a>
- Unminified, 30 kB gzipped (137 kB uncompressed)
</li>
</ul>
<h3>npm</h3>
ease.js is available via npm for use with Node.js. Alternatively, one can simply
<a href="source.html">clone the repository</a> and use that directly.
<blockquote class="shell">
<span class="shell-start">$</span> npm install easejs
</blockquote>