mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-03 00:19:52 -04:00
🗒️ Bibata Original render
This commit is contained in:
parent
8c686471da
commit
79645e3a6f
2 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue