📝 TODO

This commit is contained in:
ful1e5 2020-09-28 20:35:33 +05:30
parent b8e8e32330
commit af9294ad0d

View file

@ -2,9 +2,11 @@ import { ThemeColors } from "./types";
const createBitmaps = async (config: {
themeColors: ThemeColors;
svgDir: string;
themeName: string;
bitmapsDir: string;
}) => {
// TODO:
console.log(config);
};