datasquirel/package-shared/shell/readImage.ts
2025-01-10 20:10:28 +01:00

7 lines
130 B
TypeScript
Executable File

import fs from "fs";
const imageBase64 = fs.readFileSync(
"./../public/images/unique-tokens-icon.png",
"base64"
);