|
@@ -75,10 +75,6 @@ Note that if you change `waveLeft` or `waveRight` to something other than full-w
|
75
|
75
|
* `foregroundColor` - A convenience option for setting `waveColor` and `captionColor` to the same thing.
|
76
|
76
|
* `maxDuration` - Maximum duration of an audiogram, in seconds (e.g. set this to `30` to enforce a 30-second time limit). The default is `300` (5 minutes).
|
77
|
77
|
|
78
|
|
-### Making changes
|
79
|
|
-
|
80
|
|
-After you've edited `settings/themes.json`, you'll want to run either `npm run rebuild` or `npm start` to rebundle the new themes for the editor.
|
81
|
|
-
|
82
|
78
|
### A note about fonts
|
83
|
79
|
|
84
|
80
|
By default, Audiogram will already have access to fonts on your system. This might be fine for local use, but it will become a problem on a server without the fonts you're used to, or if you want to use a specific font across lots of installations.
|