Axes spikes for 2d webgl plots
npm install gl-spikes2dgl-spikes2d
===========
Draws axis spikes for 2D plots
Check back later
```
npm i gl-spikes2d
#### var spikes = require('gl-spikes2d')(plot, options)
Creates a new spike overlay for the given 2d plot
* plot is a gl-plot2d instanceoptions
* is an object with a set of properties for the spike object
The properties of the options object are as follows:
* enable Enables rendering of the spikes for each axiswidth
* The width of each spikecolor
* Color of each spikecenter
* Center of spikes
#### spikes.update(options)
Updates the spike object in place. Similar behavior to constructor.
#### spikes.dispose()`
Destroys the spikes object