mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-21 10:45:13 -04:00
🧹 cleanup
This commit is contained in:
parent
968baca855
commit
d5072fafc3
1 changed files with 0 additions and 20 deletions
20
packages/shared/types.d.ts
vendored
20
packages/shared/types.d.ts
vendored
|
@ -1,20 +0,0 @@
|
||||||
type AnimatedCursors = {
|
|
||||||
[name: string]: {
|
|
||||||
frames: number;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
type AnimatedClip = {
|
|
||||||
x: number;
|
|
||||||
y: number;
|
|
||||||
width: number;
|
|
||||||
height: number;
|
|
||||||
};
|
|
||||||
|
|
||||||
interface RenderConfig {
|
|
||||||
staticSvgs: Array<string>;
|
|
||||||
animatedCursors: AnimatedCursors;
|
|
||||||
animatedClip: AnimatedClip;
|
|
||||||
bitmapsDir: string;
|
|
||||||
svgsDir: string;
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue