forked from nikita/muzika-gromche
12 lines
440 B
TypeScript
12 lines
440 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'
|