enesser / vCards-js

Create vCards to import contacts into Outlook, iOS, Mac OS, and Android devices from your website or application.
MIT License
419 stars 154 forks source link

remove dependency from moment.js #26

Closed sensotix closed 5 years ago

sensotix commented 6 years ago

moment.js weighs about 57KB, which is why I replaced all occurences with Javascript Date function toISOString() and a simple formatting function YYYYMMDD(). Now this package is slick and smooth.