mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-21 02:35:15 -04:00
💬 Comment logs
This commit is contained in:
parent
bb646ab67e
commit
9d451f1821
1 changed files with 3 additions and 3 deletions
|
@ -77,8 +77,8 @@ const renderCursors = async (configs: Record<string, Config>) => {
|
|||
const frames: Frames = {};
|
||||
const firstKey = getKeyName(index, svgPath);
|
||||
|
||||
console.log("Rendering", path.basename(svgPath), "...");
|
||||
console.log(firstKey);
|
||||
// console.log("Rendering", path.basename(svgPath), "...");
|
||||
// console.log(firstKey);
|
||||
|
||||
// 1st Frame
|
||||
frames[firstKey] = {
|
||||
|
@ -96,7 +96,7 @@ const renderCursors = async (configs: Record<string, Config>) => {
|
|||
encoding: "binary"
|
||||
});
|
||||
const key = getKeyName(index, svgPath);
|
||||
console.log(key);
|
||||
// console.log(key);
|
||||
const diff = matchImages({
|
||||
img1Buff: frames[firstKey].buffer,
|
||||
img2Buff: newFrame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue