🌈 Custom colors in Bibata's svg

In previous version, svg's colors replaced by batch proccess.Thats
also consume more memory.

ColoredSvgGenerator class shrink down to simple function.
This commit is contained in:
ful1e5 2021-02-19 17:05:19 +05:30
parent 6ac32d13f3
commit af55c59c34
3 changed files with 73 additions and 9 deletions

View file

@ -1,8 +1,5 @@
import { main } from "bibata-core";
const hmm = async () => {
main();
console.log("Bibata modern");
const main = async () => {
console.log("Bibata Modern");
};
hmm();
main();