• Add JSON import/export functionality to presentations list • Fix HTML sanitizer to allow style tags in layout templates • Add comprehensive SVG attributes for Mermaid diagram markers • Create LLM prompt generator for presentation JSON format • Add sample presentation showcasing SlideShare features • Clean up diagram-slide layout template 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"themes": {
|
|
"default": {
|
|
"id": "default",
|
|
"cssFile": "style.css",
|
|
"layouts": [
|
|
"2-content-blocks",
|
|
"code-slide",
|
|
"content-slide",
|
|
"diagram-slide",
|
|
"image-slide",
|
|
"markdown-slide",
|
|
"title-slide"
|
|
],
|
|
"hasMasterSlide": true
|
|
}
|
|
},
|
|
"generated": "2025-09-12T13:05:24.316Z"
|
|
} |