🗒️ Bibata Original render

This commit is contained in:
ful1e5 2021-02-25 10:11:06 +05:30
parent 8c686471da
commit 79645e3a6f
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@ import { BitmapsGenerator, SVGHandler } from "bibata-core";
import { config } from "./config";
const root = path.resolve(__dirname, "../../../../");
const svgDir = path.resolve(root, "svg", "modern");
const svgDir = path.resolve(root, "svg", "original");
const main = async () => {
for (const { themeName, color } of config) {