augmenttoolkit / node_modules /@jimp /file-ops /src /index-browser.mts
Leon4gr45's picture
Include updated package-lock.json (part 8)
3530df7 verified
Raw
History Blame Contribute Delete
196 Bytes
export const existsSync = () => false;
export const readFile = async () => {
throw new Error("Not supported");
};
export const writeFile = async () => {
throw new Error("Not supported");
};