Socket
Socket
Sign inDemoInstall

@dannadori/facemesh-worker-js

Package Overview
Dependencies
73
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.63 to 1.0.64

4

dist/const.d.ts

@@ -68,7 +68,5 @@ import { BrowserTypes } from "@dannadori/000_WorkerBase";

xMin: number;
xMax: number;
yMin: number;
xMax: number;
yMax: number;
width: number;
height: number;
};

@@ -75,0 +73,0 @@ export declare type FacemeshPredictionOld = {

@@ -29,3 +29,9 @@ import { FacemeshConfig, FacemeshOperatipnParams, FaceMeshPredictionEx } from "./const";

generatePredictionEx: (config: FacemeshConfig, params: FacemeshOperatipnParams, prediction: AnnotatedPrediction[] | Face[] | null) => FaceMeshPredictionEx;
fitCroppedArea: (prediction: FaceMeshPredictionEx, orgWidth: number, orgHeight: number, processedWidth: number, processedHeight: number, outputWidth: number, outputHeight: number) => {
xmin: number;
ymin: number;
width: number;
height: number;
};
}
export declare const drawFacemeshImage: (srcCanvas: HTMLCanvasElement, prediction: AnnotatedPrediction[], params: FacemeshOperatipnParams) => ImageData;
{
"name": "@dannadori/facemesh-worker-js",
"version": "1.0.63",
"version": "1.0.64",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/facemesh-worker.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc