Turn audio into a shareable video. forked from nypublicradio/audiogram

themes.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "default": {
  3. "width": 1000,
  4. "height": 560,
  5. "framesPerSecond": 20,
  6. "maxDuration": 300,
  7. "samplesPerFrame": 128,
  8. "pattern": "halfbars",
  9. "waveTop": 150,
  10. "waveBottom": 710,
  11. "captionAlign": "left",
  12. "captionTop": 70,
  13. "captionLeft": 50,
  14. "captionRight": 860,
  15. "captionFont": "300 71px 'NYT Franklin Light'",
  16. "captionLineHeight": 80,
  17. "captionLineSpacing": 7,
  18. "labelFont": "44px 'NYT Karnak'",
  19. "labelAlign": "left",
  20. "labelTop": 470,
  21. "labelLeft": 70,
  22. "labelLineHeight": 20,
  23. "labelLineSpacing": 4
  24. },
  25. "NYT Light": {
  26. "waveColor": "#d9d9d9",
  27. "foregroundColor": "#000",
  28. "backgroundImage": "t_logo_light.png",
  29. "labelColor": "#000"
  30. },
  31. "NYT Dark": {
  32. "backgroundColor": "#000",
  33. "waveColor": "#4d4d4d",
  34. "foregroundColor": "#fff",
  35. "backgroundImage": "t_logo_dark.png",
  36. "labelColor": "#fff"
  37. },
  38. "Still Processing": {
  39. "waveColor": "rgba(102, 80, 62, 0.25)",
  40. "foregroundColor": "#66503e",
  41. "backgroundColor": "#f4d7b9",
  42. "backgroundImage": "t_logo_white_alpha.png",
  43. "labelColor": "#fff",
  44. "labelText": "Still Processing"
  45. },
  46. "The Daily": {
  47. "waveColor": "rgba(102, 102, 102, 0.25)",
  48. "foregroundColor": "#fff",
  49. "backgroundColor": "#f4d7b9",
  50. "backgroundImage": "the_daily_audiogram_background.png",
  51. "labelColor": "#fff",
  52. "labelText": "The Daily"
  53. }
  54. }