Skip to content

Commit

Permalink
release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LolipopJ committed Sep 17, 2024
1 parent d408a05 commit b733ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/interfaces/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ export interface IConvertOptions {
* HTML rendering template. This option has no effect if `htmlText` is specified
* @defaultValue `default`
*/
htmlTemplate?: "default" | "words";
htmlTemplate?: string;
/**
* CSS rendering template. This option has no effect if `cssText` is specified
* @defaultValue `default`
*/
cssTemplate?: "default" | "empty" | "github" | "githubDark" | "words";
cssTemplate?: string;
/**
* Rendering color theme
* @defaultValue `light`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdimg",
"version": "1.4.1",
"version": "1.4.2",
"description": "Covert Markdown or HTML to image",
"keywords": [
"markdown",
Expand Down

0 comments on commit b733ace

Please sign in to comment.