@8btc/ppt-generator-mcp 0.0.20 → 0.0.21

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.
@@ -659,9 +659,9 @@ const formatHTML = (html, viewportSize) => {
659
659
  if (styleObj["color"]) {
660
660
  options.color = formatColor(styleObj["color"]).color;
661
661
  }
662
- if (styleObj["background-color"]) {
663
- options.highlight = formatColor(styleObj["background-color"]).color;
664
- }
662
+ // if (styleObj["background-color"]) {
663
+ // options.highlight = formatColor(styleObj["background-color"]).color;
664
+ // }
665
665
  if (styleObj["text-decoration-line"]) {
666
666
  if (styleObj["text-decoration-line"].indexOf("underline") !== -1) {
667
667
  options.underline = {