Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
g-harel committed Sep 28, 2023
1 parent 85d4bb6 commit 137fc75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion demo/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {BlobOptions} from "../public/blobs";
import {interpolateBetween, interpolateBetweenSmooth} from "../internal/animate/interpolate";
import {divide} from "../internal/animate/prepare";
import {statefulAnimationGenerator} from "../internal/animate/state";
import {CanvasCustomKeyframe, CanvasKeyframe, canvasPath, wigglePreset} from "../public/animate";
import {CanvasKeyframe, canvasPath, wigglePreset} from "../public/animate";

const makePoly = (pointCount: number, radius: number, center: Coord): Point[] => {
const angle = (2 * Math.PI) / pointCount;
Expand Down
1 change: 0 additions & 1 deletion public/animate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {BlobOptions, CanvasOptions} from "./blobs";
import {noise} from "../internal/rand";
import {interpolateBetween} from "../internal/animate/interpolate";
import {prepare} from "../internal/animate/prepare";
import {timingFunctions} from "../internal/animate/timing";

interface Keyframe {
// Duration of the keyframe animation in milliseconds.
Expand Down

0 comments on commit 137fc75

Please sign in to comment.