notifme / notifme-sdk

A Node.js library to send all kinds of transactional notifications.
https://notifme.github.io/www/
MIT License
1.94k stars 150 forks source link

error #97

Closed shehabghazy closed 4 months ago

shehabghazy commented 1 year ago

when I import the package and use it as written in the readme file .. it throws this error:

TypeError: NotifmeSdk is not a constructor

BDav24 commented 6 months ago

How do you import the lib? It should be either import NotifmeSdk from 'notifme-sdk' or const NotifmeSdk = require('notifme-sdk').default