mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-21 10:45:13 -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 frames: Frames = {};
|
||||||
const firstKey = getKeyName(index, svgPath);
|
const firstKey = getKeyName(index, svgPath);
|
||||||
|
|
||||||
console.log("Rendering", path.basename(svgPath), "...");
|
// console.log("Rendering", path.basename(svgPath), "...");
|
||||||
console.log(firstKey);
|
// console.log(firstKey);
|
||||||
|
|
||||||
// 1st Frame
|
// 1st Frame
|
||||||
frames[firstKey] = {
|
frames[firstKey] = {
|
||||||
|
@ -96,7 +96,7 @@ const renderCursors = async (configs: Record<string, Config>) => {
|
||||||
encoding: "binary"
|
encoding: "binary"
|
||||||
});
|
});
|
||||||
const key = getKeyName(index, svgPath);
|
const key = getKeyName(index, svgPath);
|
||||||
console.log(key);
|
// console.log(key);
|
||||||
const diff = matchImages({
|
const diff = matchImages({
|
||||||
img1Buff: frames[firstKey].buffer,
|
img1Buff: frames[firstKey].buffer,
|
||||||
img2Buff: newFrame
|
img2Buff: newFrame
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue