2011-12-26 23:55:33 -05:00
|
|
|
<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>
|
2011-12-27 00:02:09 -05:00
|
|
|
|
|
|
|
<h3>Manual</h3>
|
|
|
|
See <a href="manual/Integration.html#Integration">Chapter 1 of the manual</a>
|
|
|
|
for more information on downloading and integrating ease.js into your own
|
|
|
|
projects.
|