This repository has been archived on 2025-12-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
site-template/packages/imagetoolsOSR/api/index.js
T
2025-03-07 14:59:06 +01:00

7 lines
406 B
JavaScript

export { default as renderImg } from "./renderImg.js";
export { default as renderPicture } from "./renderPicture.js";
export { default as renderBackgroundImage } from "./renderBackgroundImage.js";
export { default as renderBackgroundPicture } from "./renderBackgroundPicture.js";
export { default as importImage } from "./importImage.js";
export { getImageDetails, loadImage } from "./utils/imagetools.js"