Standardizing Phone Number Format

I had a request to standardize the phone number in the patient data table and other places in the system.
I know there is a project going on with the desire to restructure all contact information into better relational tables to consolidate the information.

I was looking into this package to normalize the phone numbers in the system.
https://packagist.org/packages/dmamontov/phone-normalizer

How will this impact the contact restructure project? Can we pull this package into the codebase or does someone know of a simple js that can do this same thing?

@mdsupport