9 lines
176 B
TypeScript
9 lines
176 B
TypeScript
import mailgo from '../src/mailgo';
|
|
|
|
// call init mailgo attached to the event DOMContentLoaded
|
|
const mailgoConfig = {
|
|
initEvent: 'DOMContentLoaded'
|
|
};
|
|
|
|
mailgo(mailgoConfig);
|