2012-05-08 21:43:54 -04:00
|
|
|
<p class="head good">
|
2011-12-26 23:55:33 -05:00
|
|
|
<span class="release-current">
|
2012-05-05 23:51:59 -04:00
|
|
|
Current Release: <span class="version"><!--%curver--></span>
|
2012-05-07 00:40:29 -04:00
|
|
|
<span class="version date">(<!--%curver-date-->)</span>
|
2011-12-26 23:55:33 -05:00
|
|
|
</span>
|
|
|
|
</p>
|
|
|
|
<p>
|
2013-12-22 23:46:04 -05:00
|
|
|
GNU ease.js can be downloaded in a variety of formats, depending on the
|
2011-12-26 23:55:33 -05:00
|
|
|
environment in which it will be used.
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li>
|
2013-12-23 22:12:44 -05:00
|
|
|
<a href="scripts/ease.min.js">Production</a>
|
2011-12-26 23:55:33 -05:00
|
|
|
- Minified, 7.1 kB gzipped (25 kB uncompressed)
|
|
|
|
</li>
|
|
|
|
<li>
|
2013-12-23 22:12:44 -05:00
|
|
|
<a href="scripts/ease.js">Development</a>
|
2011-12-26 23:55:33 -05:00
|
|
|
- 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.
|