import * as fs from "fs"; export function readAsset(path: string) { return fs.readFileSync(__dirname + "/../../assets/" + path, "utf8"); }