1
0
Fork 0
easejs/download.html

34 lines
1004 B
HTML
Raw Normal View History

<p class="head good">
<span class="release-current">
2012-05-05 23:51:59 -04:00
Current Release: <span class="version"><!--%curver--></span>
<span class="version date">(<!--%curver-date-->)</span>
</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
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.