0.1.0 • Published 2 years ago

vite-plugin-mediapipe v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

vite-plugin-mediapipe

Usage

pnpm add vite-plugin-mediapipe -D
// vite.config.ts
import { mediapipe } from 'vite-plugin-mediapipe';

// default options
export default defineConfig({
	plugins: [
		mediapipe()
	]
});

// or custom options
export default defineConfig({
	plugins: [
		mediapipe({
			'xxx': [
				'xxx',
				'xxx',
				'xxx',
				'xxx',
			]
		})
	]
});

Supported MediaPipe Modules

  • @mediapipe/camera_utils
  • @mediapipe/drawing_utils
  • @mediapipe/holistic
  • @mediapipe/face_detection

If you need support, you can raise an issue or pr, I will deal with it immediately

0.1.0

2 years ago

0.1.0-beta.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago