Apple Pencil API

I want to get the altitude, azimuth, and force value of Apple Pencil. But I didn’t see a related native component or Cordova plugin to do this job.
I tried Pressure.js but it doesn’t providing pressure with an ionic app. And even it works, it cannot provide altitude or azimuth value.

How can I get Pencil event with ionic?

Any suggestion?
Should I make a Cordova plugin by myself? Is there anything else I can do?