@polygonjs/plugin-mediapipe-facemesh

1.1.257 • Public • Published

Polygonjs Mediapipe Facemesh Plugin

This adds a Mediapipe Facemesh SOP nodes to the Polygonjs webgl engine.

Install

Import the plugin:

yarn add @polygonjs/plugin-mediapipe-facemesh

And register the plugin in the function configurePolygonjs in the file PolyConfig.js so that the facemesh nodes can be accessible in both the editor and your exported scene:

import {polyPluginMediapipeFacemesh} from '@polygonjs/plugin-mediapipe-facemesh/dist/src/index';

export function configurePolygonjs(poly) {
	poly.registerPlugin(polyPluginMediapipeFacemesh);
}

Dependencies (2)

Dev Dependencies (21)

Package Sidebar

Install

npm i @polygonjs/plugin-mediapipe-facemesh

Weekly Downloads

1

Version

1.1.257

License

MIT

Unpacked Size

4.57 MB

Total Files

49

Last publish

Collaborators

  • polygonjs