Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 137fc75

Browse files
committed
remove unused imports
1 parent 85d4bb6 commit 137fc75

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎demo/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {BlobOptions} from "../public/blobs";
3030
import {interpolateBetween, interpolateBetweenSmooth} from "../internal/animate/interpolate";
3131
import {divide} from "../internal/animate/prepare";
3232
import {statefulAnimationGenerator} from "../internal/animate/state";
33-
import {CanvasCustomKeyframe,CanvasKeyframe, canvasPath, wigglePreset} from "../public/animate";
33+
import {CanvasKeyframe, canvasPath, wigglePreset} from "../public/animate";
3434

3535
const makePoly = (pointCount: number, radius: number, center: Coord): Point[] => {
3636
const angle = (2 * Math.PI) / pointCount;

‎public/animate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {BlobOptions, CanvasOptions} from "./blobs";
1313
import {noise} from "../internal/rand";
1414
import {interpolateBetween} from "../internal/animate/interpolate";
1515
import {prepare} from "../internal/animate/prepare";
16-
import {timingFunctions} from "../internal/animate/timing";
1716

1817
interface Keyframe {
1918
// Duration of the keyframe animation in milliseconds.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /