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

themes.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "default": {
  3. "width": 1280,
  4. "height": 720,
  5. "framesPerSecond": 20,
  6. "maxDuration": 300,
  7. "samplesPerFrame": 128,
  8. "pattern": "wave",
  9. "waveTop": 150,
  10. "waveBottom": 420,
  11. "captionTop": 470,
  12. "captionFont": "300 52px 'Source Sans Pro'",
  13. "captionLineHeight": 52,
  14. "captionLineSpacing": 7,
  15. "captionLeft": 200,
  16. "captionRight": 1080
  17. },
  18. "NYT Light": {
  19. "width": 1000,
  20. "height": 560,
  21. "pattern": "halfbars",
  22. "waveColor": "#d9d9d9",
  23. "waveBottom": 710,
  24. "foregroundColor": "#000",
  25. "captionFont": "300 71px 'NYT Franklin Light'",
  26. "captionLineHeight": 80,
  27. "captionAlign": "left",
  28. "captionTop": 70,
  29. "captionLeft": 50,
  30. "captionRight": 860,
  31. "backgroundImage": "t_logo_light.png"
  32. },
  33. "NYT Dark": {
  34. "width": 1000,
  35. "height": 560,
  36. "pattern": "halfbars",
  37. "backgroundColor": "#000",
  38. "waveColor": "#4d4d4d",
  39. "waveBottom": 710,
  40. "foregroundColor": "#fff",
  41. "captionFont": "300 71px 'NYT Franklin Light'",
  42. "captionLineHeight": 80,
  43. "captionAlign": "left",
  44. "captionTop": 70,
  45. "captionLeft": 50,
  46. "captionRight": 860,
  47. "backgroundImage": "t_logo_dark.png"
  48. }
  49. }