ahamoment.js
v0.2.7
Published
Async loader for ahamoment.js
Readme
Ahamoment.js
Installation
npm install ahamoment.js@latestUsage
Simply import ahamoment from 'ahamoment.js' and use it. Example:
import ahamoment from 'ahamoment.js'
var options = {
userInfo: {
id: "USER_ID",
name: "USER_NAME",
}
};
ahamoment.init("ENV_ID", options);