diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 4af43e88..8e9833e4 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -2,9 +2,11 @@ import { ThemeColors } from "./types"; const createBitmaps = async (config: { themeColors: ThemeColors; + svgDir: string; themeName: string; bitmapsDir: string; }) => { + // TODO: console.log(config); };