Skip to content

Commit

Permalink
chore: utils
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaPeach committed Jan 30, 2024
1 parent f1263c6 commit 1caa532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common-widgets/utils/bezier-easing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const SUBDIVISION_MAX_ITERATIONS = 10;

const kSplineTableSize = 11;
const kSampleStepSize = 1.0 / (kSplineTableSize - 1.0);

const float32ArraySupported = typeof Float32Array === 'function';

function A(aA1: number, aA2: number) {
Expand Down

0 comments on commit 1caa532

Please sign in to comment.