UNPKG

mediapipe-nodejs

Version:

A Node.js library for running MediaPipe models that are typically browser-only. This package uses a local Express (web) server and Playwright (headless browser) to bridge the gap between Node.js and MediaPipe's browser-based APIs.

4 lines (3 loc) 155 B
export * from './server'; export type { DetectFaceLandmarksOptions } from './client'; export type { FaceLandmarkerResult } from '@mediapipe/tasks-vision';