mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 17:55:11 -04:00
🏷️ types update
This commit is contained in:
parent
bdf3cfc41d
commit
117152a52c
1 changed files with 2 additions and 9 deletions
|
@ -1,14 +1,7 @@
|
|||
import { BoundingBox } from "puppeteer";
|
||||
|
||||
type AnimatedCursors = Record<string, { frames: number }>;
|
||||
|
||||
type AnimatedClip = BoundingBox | undefined;
|
||||
|
||||
interface Config {
|
||||
staticCursors: string[];
|
||||
animatedCursors: string[];
|
||||
bitmapsDir: string;
|
||||
svgsDir: string;
|
||||
animatedCursors: AnimatedCursors;
|
||||
}
|
||||
|
||||
export { Config, AnimatedCursors, AnimatedClip };
|
||||
export { Config };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue