mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 12:07:02 -04:00
🌈 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:
parent
6ac32d13f3
commit
af55c59c34
3 changed files with 73 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue