ortoni-report 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,8 +51,9 @@ interface OrtoniReportConfig {
51
51
  base64Image?: boolean;
52
52
  /**
53
53
  * The local relative of the logo image.
54
- * Recommended to keep within the ${folderPath} folder
55
- * @example "folderPath/logo.png"
54
+ * Recommended to keep within the report genrated folder.
55
+ * @default "ortoni-report/logo.png"
56
+ * @example "logo.png"
56
57
  */
57
58
  logo?: string;
58
59
  /**
@@ -51,8 +51,9 @@ interface OrtoniReportConfig {
51
51
  base64Image?: boolean;
52
52
  /**
53
53
  * The local relative of the logo image.
54
- * Recommended to keep within the ${folderPath} folder
55
- * @example "folderPath/logo.png"
54
+ * Recommended to keep within the report genrated folder.
55
+ * @default "ortoni-report/logo.png"
56
+ * @example "logo.png"
56
57
  */
57
58
  logo?: string;
58
59
  /**