Skip to content

Commit

Permalink
Move demo link to top of readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvianna committed Oct 22, 2019
1 parent b131fbe commit f34038d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ High-resolution real-time graphic audio spectrum analyzer JavaScript module with

This is the graphic spectrum analyzer I originally wrote for [audioMotion](https://github.com/hvianna/audioMotion.js), here in a standalone module for you to use in your own JavaScript projects.

## Online demo

[See here](https://hvianna.github.io/audioMotion-analyzer/demo/).

## Usage

Install with npm:
Expand Down Expand Up @@ -32,11 +36,6 @@ var audioMotion = new AudioMotionAnalyzer(

This will insert the analyzer canvas inside the *#container* element and start the visualization of audio coming from the *#audio* element.

## Online demo

[See here](https://hvianna.github.io/audioMotion-analyzer/demo/).


## Constructor

`new AudioMotionAnalyzer( [container], [{options}] )`
Expand Down

0 comments on commit f34038d

Please sign in to comment.