|
@@ -54,7 +54,7 @@ export interface IOSMDOptions {
|
|
|
disableCursor?: boolean;
|
|
|
/** Follow Cursor: Scroll the page when cursor.next() is called and the cursor moves into a new system outside of the current view frame. */
|
|
|
followCursor?: boolean;
|
|
|
- /** Broad Parameters like compact or preview mode. */
|
|
|
+ /** Broad Parameters like compact or preview mode. Also try "compacttight", which is like compact but also reduces margins. */
|
|
|
drawingParameters?: string | DrawingParametersEnum;
|
|
|
/** Whether to draw credits (title, subtitle, composer, lyricist) (in future: copyright etc., see <credit>). */
|
|
|
drawCredits?: boolean;
|