AlekseyCalvin commited on
Commit
6f54455
·
verified ·
1 Parent(s): 8cfff0c

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +25 -0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "rendering": {
3
+ "default_quality": "Low (Fast)",
4
+ "max_render_time": 600,
5
+ "cache_enabled": true,
6
+ "parallel_rendering": false
7
+ },
8
+ "latex": {
9
+ "auto_detect": true,
10
+ "fallback_to_text": true,
11
+ "validate_expressions": true
12
+ },
13
+ "performance": {
14
+ "low_quality_fps": 15,
15
+ "medium_quality_fps": 30,
16
+ "high_quality_fps": 60,
17
+ "memory_limit_mb": 2048
18
+ },
19
+ "ui": {
20
+ "code_editor_height": 30,
21
+ "gallery_columns": 1,
22
+ "auto_validate": true,
23
+ "show_line_numbers": true
24
+ }
25
+ }