markdown-paper 2.2.1 → 2.2.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/lib/main.ts +4 -0
  2. package/package.json +1 -1
package/lib/main.ts CHANGED
@@ -180,10 +180,14 @@ function pdfToDocx(pdfPath: string): Promise<void> {
180
180
  })
181
181
  }
182
182
 
183
+ const themes = {
184
+ APS,
185
+ }
183
186
  export {
184
187
  MarkdownPaperTheme,
185
188
  MarkdownPaperOptions,
186
189
  renderMarkdown,
187
190
  htmlToPdf,
188
191
  pdfToDocx,
192
+ themes
189
193
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "markdown-paper",
3
3
  "type": "module",
4
- "version": "2.2.1",
4
+ "version": "2.2.2",
5
5
  "author": {
6
6
  "name": "LeafYeeXYZ",
7
7
  "email": "xiaoyezi@leafyee.xyz"