div-deck 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Browser-based editor for HTML slide decks. Edit slides visually with click-to-select, inline text editing, drag-to-reorder, and full-screen presentation mode.
4
4
 
5
- Built for editing slide decks generated by AI tools like Claude Code's `visual-explainer` skill, but works with any HTML slide deck.
5
+ Built for editing slide decks generated by the [visual-explainer](https://github.com/nicobailon/visual-explainer) skill. Expects decks using the `<section class="slide slide--{type}">` structure that skill produces.
6
6
 
7
7
  ## Quick Start
8
8
 
@@ -39,7 +39,7 @@ npx div-deck ./path/to/slides
39
39
 
40
40
  ## Usage with Claude Code
41
41
 
42
- After running `div-deck init`, you get a `/presentations` command in Claude Code. This starts the editor and opens your browser — handy when you're generating slide decks with the `visual-explainer` skill and want to preview or tweak them.
42
+ After running `div-deck init`, you get a `/presentations` command in Claude Code. This starts the editor and opens your browser — handy when you're generating slide decks with [visual-explainer](https://github.com/nicobailon/visual-explainer) and want to preview or tweak them.
43
43
 
44
44
  ## Options
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "div-deck",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Browser-based editor for HTML slide decks",
6
6
  "bin": {