🏷️ types update

This commit is contained in:
ful1e5 2020-08-31 12:09:13 +05:30
parent bdf3cfc41d
commit 117152a52c

View file

@ -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 };