123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "default": {
- "width": 1000,
- "height": 560,
- "framesPerSecond": 20,
- "maxDuration": 300,
- "samplesPerFrame": 128,
- "pattern": "halfbars",
- "waveTop": 150,
- "waveBottom": 710,
- "captionAlign": "left",
- "captionTop": 70,
- "captionLeft": 50,
- "captionRight": 860,
- "captionFont": "300 68px 'NYT Franklin Light'",
- "captionLineHeight": 76,
- "captionLineSpacing": 7,
- "citationAlign": "left",
- "citationFont": "300 38px 'NYT Franklin Light'",
- "citationTopMargin": 32,
- "citationTop": 342,
- "citationLeft": 50,
- "citationRight": 890,
- "citationMaxBottom": 390,
- "citationLineHeight": 38,
- "citationLineSpacing": 7,
- "labelFont": "44px 'NYT Karnak'",
- "labelAlign": "left",
- "labelTop": 470,
- "labelLeft": 70,
- "labelLineHeight": 20,
- "labelLineSpacing": 4
- },
- "NYT Light": {
- "waveColor": "#d9d9d9",
- "foregroundColor": "#000",
- "citationColor": "#000",
- "backgroundImage": "t_logo_light.png",
- "labelColor": "#000"
- },
- "NYT Dark": {
- "backgroundColor": "#000",
- "waveColor": "#4d4d4d",
- "foregroundColor": "#fff",
- "citationColor": "#fff",
- "backgroundImage": "t_logo_dark.png",
- "labelColor": "#fff"
- },
- "Still Processing": {
- "waveColor": "rgba(102, 80, 62, 0.25)",
- "foregroundColor": "#66503e",
- "citationColor": "#66503e",
- "backgroundColor": "#f4d7b9",
- "backgroundImage": "t_logo_white_alpha.png",
- "labelColor": "#fff",
- "labelText": "Still Processing"
- },
- "The Daily": {
- "waveColor": "rgba(102, 102, 102, 0.25)",
- "foregroundColor": "#fff",
- "citationColor": "#fff",
- "backgroundColor": "#f4d7b9",
- "backgroundImage": "the_daily_audiogram_background.png",
- "labelColor": "#fff",
- "labelText": "The Daily"
- },
- "Dear Sugars": {
- "waveColor": "rgba(255, 255, 255, 0.35)",
- "foregroundColor": "rgba(0, 0, 0, 0.9)",
- "citationColor": "rgba(0, 0, 0, 0.9)",
- "backgroundColor": "#91d2d2",
- "backgroundImage": "t_logo_black.png",
- "labelColor": "rgba(0, 0, 0, 0.9)",
- "labelText": "Dear Sugars"
- },
- "Science": {
- "waveColor": "#d9d9d9",
- "foregroundColor": "#000",
- "citationColor": "#000",
- "backgroundImage": "science_why_do_bees_buzz.jpg",
- "labelColor": "#000"
- }
- }
|