Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
mayarajan3 committed Sep 26, 2024
1 parent b40bef9 commit 85b7570
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extensions/src/poseHand/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { ArgumentType, BlockType, Extension, Block, DefineBlock, Environment, ExtensionMenuDisplayDetails, RuntimeEvent } from "$common";
import { legacyFullSupport, info } from "./legacy";

import * as handpose from '@tensorflow-models/handpose';
import { HandLandmarker, FilesetResolver } from '@mediapipe/tasks-vision';
const { legacyExtension, legacyDefinition } = legacyFullSupport.for<PoseHand>();

Expand Down

0 comments on commit 85b7570

Please sign in to comment.