fullpage
fullpage copied to clipboard
Add support of UMD
It should be able to:
// CommonJs
let FullPage = require('/path/to/fullPage.js');
// ES6
import FullPage from '/path/to/fullPage.js';