view src/typings.d.ts @ 366:f122bb02c428

Core logic copied over from old waveform.component.ts for drawing curve. Needs refactoring as some logic is used for tracks. No highlight or vertical scale yet.
author Lucas Thompson <dev@lucas.im>
date Tue, 30 May 2017 18:14:05 +0100
parents 53ea6406d601
children
line wrap: on
line source
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
}