Skip to content

Commit

Permalink
Add missing line to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Sep 13, 2018
1 parent 20d6ef7 commit faa9703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A Node.js library for loading WAV files and drawing a spectrogram to a canvas.

Load WAV file using a input object, read contents as an array buffer and pass to function with a canvas of the desired dimensions:
```
var wavSpectro = require('wav-spectrogram');
var fileInput = document.getElementById('file-input');
var canvasElem = document.getElementById('spectrogram-canvas');
Expand Down

0 comments on commit faa9703

Please sign in to comment.