Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 751 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 751 Bytes

Mithrion

Touch sensitive music composer

Firefox OS App Days

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/mithrion.min.js"></script>
<script>
jQuery(function($) {
  $.awesome(); // "awesome"
});
</script>

Authors