12 lines
506 B
TypeScript
12 lines
506 B
TypeScript
/**
|
|
* Components for rendering markers on a timeline.
|
|
*
|
|
* Markers are split into two layers:
|
|
* - little pointy boxes on the timeline header, just below the playhead,
|
|
* - and thin colored vertical lines stretching across the timeline, below the clips.
|
|
*
|
|
* Markers for beats only have hairline-styled layer, without boxes. They go below other markers with boxes.
|
|
*/
|
|
export { default as TimelineMarkers } from "./TimelineMarkers.vue";
|
|
export { default as HeaderMarkers } from "./HeaderMarkers.vue";
|