Face mask that maps to expressions

Hi, could anyone tell me the best way to make a mask model manipulate with the mouth and facial expression?

I’ve got the mask mapped to the face but im loading a glb based on the head occluder.

Any advice would be greatly appreciated.

Im using Three.

Thanks in advance

Hi, welcome to the forum!

Your best bet is to create Morph Targets for your model like this: three.js examples , and then pipe the value from the face events to the Morph Target(s).