mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-25 04:24:33 -04:00
🧹 logs clean
This commit is contained in:
parent
50453a9977
commit
123ddfc844
1 changed files with 0 additions and 3 deletions
|
@ -48,7 +48,6 @@ export const renderCursors = async ({
|
||||||
headless: true
|
headless: true
|
||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
console.log("📸 Rendering Static Cursors...");
|
|
||||||
// Rendering satic .svg files
|
// Rendering satic .svg files
|
||||||
for (let svg of staticCursors) {
|
for (let svg of staticCursors) {
|
||||||
const buffer = fs.readFileSync(path.resolve(svgsDir, svg), "utf-8");
|
const buffer = fs.readFileSync(path.resolve(svgsDir, svg), "utf-8");
|
||||||
|
@ -77,8 +76,6 @@ export const renderCursors = async ({
|
||||||
await page.close();
|
await page.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("🎥 Rendering Animated Cursors...");
|
|
||||||
|
|
||||||
// Rendering animated .svg files
|
// Rendering animated .svg files
|
||||||
for (let [svg, { frames }] of Object.entries(animatedCursors)) {
|
for (let [svg, { frames }] of Object.entries(animatedCursors)) {
|
||||||
const buffer = fs.readFileSync(path.resolve(svgsDir, svg), "utf-8");
|
const buffer = fs.readFileSync(path.resolve(svgsDir, svg), "utf-8");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue