We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5e6c7 commit 5bb6ef9Copy full SHA for 5bb6ef9
packages/gif-creator/index.ts
@@ -16,6 +16,8 @@ import gifsicle from "gifsicle";
16
// @ts-ignore
17
import GIFEncoder from "gif-encoder-2";
18
19
+0;
20
+
21
export type { Options as DrawOptions } from "@snk/draw/drawWorld";
22
23
const withTmpDir = async <T>(
0 commit comments