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

themes.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "labelTop": 200,
  18. "labelLeft": 60,
  19. "labelLineHeight": 20,
  20. "labelLineSpacing": 4
  21. },
  22. "NYT Light": {
  23. "width": 1000,
  24. "height": 560,
  25. "pattern": "halfbars",
  26. "waveColor": "#d9d9d9",
  27. "waveBottom": 710,
  28. "foregroundColor": "#000",
  29. "captionFont": "300 71px 'NYT Franklin Light'",
  30. "captionLineHeight": 80,
  31. "captionAlign": "left",
  32. "captionTop": 70,
  33. "captionLeft": 50,
  34. "captionRight": 860,
  35. "backgroundImage": "t_logo_light.png",
  36. "labelFont": "300 30px 'NYT Franklin Light'",
  37. "labelColor": "#000"
  38. },
  39. "NYT Dark": {
  40. "width": 1000,
  41. "height": 560,
  42. "pattern": "halfbars",
  43. "backgroundColor": "#000",
  44. "waveColor": "#4d4d4d",
  45. "waveBottom": 710,
  46. "foregroundColor": "#fff",
  47. "captionFont": "300 71px 'NYT Franklin Light'",
  48. "captionLineHeight": 80,
  49. "captionAlign": "left",
  50. "captionTop": 70,
  51. "captionLeft": 50,
  52. "captionRight": 860,
  53. "backgroundImage": "t_logo_dark.png",
  54. "labelColor": "#000"
  55. }
  56. }