Stephen Ginn
Stephen Ginn
## Possible Fix: #### In the `this.parsevCard()` function of [blob/master/vcard.js](https://github.com/jasperla/node-vcard/blob/master/vcard.js), change this: ```js var fields = data[f].split(":"); ``` #### to this: ```js var fields = data[f].split(/(?
@p-sebastian Running `yarn link -p ~/path/to/my/package` works, but there's a breaking issue with this approach. Since we're using multiple machines with these installs, we don't need yarn to insert paths...
@samjonesigd I actually took a stab at that a few years ago for our websites. Here's what I came up with: https://github.com/cremadesign/fontawesome-scraper It's pretty simple in concept. Basically, it scans...