Adrian Gillette
Adrian Gillette
+1 I'm using linkify for a mobile app and people are creating messages with phone numbers. This would be a huge plus for me.
Hey @rlaferla, I created a class that creates anchors for US phone numbers: ``` 'use strict'; // node_module classes var phoneUtil = require('google-libphonenumber').PhoneNumberUtil.getInstance(); var PNF = require('google-libphonenumber').PhoneNumberFormat; var PNT =...
Thanks for responding @IjzerenHein. It's not a high priority for me right now. But I'll try to put together an online demo when I complete my project.