🗒️ 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

@ -7,7 +7,6 @@
"license": "GPL-3.0",
"private": true,
"scripts": {
"clean": "rm -rf bitmaps themes",
"render:bibata-modern": "yarn workspace bibata-modern render",
"render:bibata-original": "yarn workspace bibata-original render",
"render:bibata-rainbow": "yarn workspace bibata-rainbow render"

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) {