How to use ml5js + face-api to do face recognition?

Hello.

I know ml5js gives access to faceapi as this example shows:
https://learn.ml5js.org/#/reference/face-api

But this shows you how to use face detection - knowing if and where a face is. I am hoping to also do the recognition part - know who this face belongs to.
I know that face-api.js can do this but I guess the ml5js API does not yet ??

Thank you for any advice.