zk33 / limbic-player

content player for limbic.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limbic Player

multi content player for limbic.cc

Getting Started

Download the production version or the development version.

In your web page:

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

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

content player for limbic.cc

License:MIT License


Languages

Language:JavaScript 93.0%Language:CSS 7.0%