AddToCalendar / addtocalendar

Free customizable JavaScript widget "Add to Calendar" for event page. It allows users to easily schedule the event in their calendar. Learn more: https://addtocalendar.com
87 stars 43 forks source link

How to use as npm package? #18

Open elie222 opened 7 years ago

elie222 commented 7 years ago

Doing import addtocalendar from addtocalendar doesn't work.

kirbee-parsons-hs commented 7 years ago

@elie222

const addtocalendar = require('[path to addtocalendar.js in node_modules folder]');

addtocalendar();