// @ts-check

const fs = require("fs");

/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */

/**
 * Grab Schema
 *
 * @description Grab Schema
 */
const imageBase64 = fs.readFileSync(
    "./../public/images/unique-tokens-icon.png",
    "base64"
);

////////////////////////////////////////
////////////////////////////////////////
////////////////////////////////////////