@embedpdf-editor/react-chapter-viewer 0.1.0 → 0.2.0

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.
package/README.md CHANGED
@@ -10,6 +10,8 @@ pnpm add @embedpdf-editor/react-chapter-viewer react react-dom
10
10
 
11
11
  `@embedpdf/engines`(PDFium WASM)、`scheduler`、`@embedpdf/*` 插件与 editor 能力由本包作为依赖一并安装,无需在业务项目里逐个声明。
12
12
 
13
+ **样式**:组件使用 inline style,**不需要**在业务项目安装或配置 Tailwind CSS。
14
+
13
15
  目录与 PDF 均由业务提供:`ChapterManifest` 中每章的 `source.url` 写 PDF 地址;若需统一鉴权下载,可实现 `IChapterPdfLoader` 并传入 `chapterPdfLoader`(或单章 `source.load`)。
14
16
 
15
17
  ### Vite