JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 165
  • Score
    100M100P100Q85749F
  • License MIT

Package Exports

  • @openvideo/timeline

Readme

interface TimelineOptions {
  itemTypes: string[];
  sizesMap: Records<string, number>;
  acceptsMap: Records<string, string[]>;
}