summaryrefslogtreecommitdiff
path: root/src/project.meta
blob: c228504993fe7ff1790fad0081f660f9cc538a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "version": 0,
  "shared": {
    "background": "rgb(30,30,46)",
    "range": [
      0,
      null
    ],
    "size": {
      "x": 1920,
      "y": 1080
    },
    "audioOffset": 0
  },
  "preview": {
    "fps": 60,
    "resolutionScale": 1
  },
  "rendering": {
    "fps": 60,
    "resolutionScale": 1,
    "colorSpace": "srgb",
    "exporter": {
      "name": "@motion-canvas/core/image-sequence",
      "options": {
        "fileType": "image/png",
        "quality": 100,
        "groupByScene": false
      }
    }
  }
}