UNPKG

@vladmandic/face-api

Version:

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS

7 lines (6 loc) 184 B
export function isNodejs(): boolean { return typeof global === 'object' && typeof process !== 'undefined' && process.versions != null && process.versions.node != null; }