|
@@ -8,6 +8,7 @@ import { convert as convertPandoc, properties as propertiesPandoc } from "./pand
|
|
import { convert as convertresvg, properties as propertiesresvg } from "./resvg";
|
|
import { convert as convertresvg, properties as propertiesresvg } from "./resvg";
|
|
import { convert as convertImage, properties as propertiesImage } from "./vips";
|
|
import { convert as convertImage, properties as propertiesImage } from "./vips";
|
|
import { convert as convertxelatex, properties as propertiesxelatex } from "./xelatex";
|
|
import { convert as convertxelatex, properties as propertiesxelatex } from "./xelatex";
|
|
|
|
+import { convert as convertCalibre, properties as propertiesCalibre } from "./calibre";
|
|
|
|
|
|
|
|
|
|
// This should probably be reconstructed so that the functions are not imported instead the functions hook into this to make the converters more modular
|
|
// This should probably be reconstructed so that the functions are not imported instead the functions hook into this to make the converters more modular
|
|
@@ -56,6 +57,10 @@ const properties: Record<
|
|
properties: propertiesxelatex,
|
|
properties: propertiesxelatex,
|
|
converter: convertxelatex,
|
|
converter: convertxelatex,
|
|
},
|
|
},
|
|
|
|
+ calibre: {
|
|
|
|
+ properties: propertiesCalibre,
|
|
|
|
+ converter: convertCalibre,
|
|
|
|
+ },
|
|
pandoc: {
|
|
pandoc: {
|
|
properties: propertiesPandoc,
|
|
properties: propertiesPandoc,
|
|
converter: convertPandoc,
|
|
converter: convertPandoc,
|