Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
g-harel committed Feb 20, 2023
1 parent 1e8b1b0 commit 8d88a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "blobs",
"version": "2.3.0-beta.0",
"version": "2.3.0-beta.1",
"description": "Random blob generation and animation",
"author": "g-harel",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions public/animate.ts
Expand Up @@ -10,6 +10,8 @@ import {
checkPoints,
} from "../internal/check";

export {WiggleOptions, wigglePreset} from "./wiggle";

interface Keyframe {
// Duration of the keyframe animation in milliseconds.
duration: number;
Expand Down

0 comments on commit 8d88a4e

Please sign in to comment.