1
0
Fork 0
easejs/download.html

34 lines
1002 B
HTML

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