@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
8 lines (7 loc) • 395 B
text/typescript
import passthroughImageProcessor from "./adapters/passthrough.mjs";
import { destroyImageProcessor, getInitializedImageProcessor } from "./lifecycle.mjs";
//#region src/libs/image-processor/index.d.ts
declare const logScope: "image-processor";
//#endregion
export { destroyImageProcessor, getInitializedImageProcessor, logScope, passthroughImageProcessor };
//# sourceMappingURL=index.d.mts.map