fullpage icon indicating copy to clipboard operation
fullpage copied to clipboard

Add support of UMD

Open SidKwok opened this issue 8 years ago • 0 comments

It should be able to:

// CommonJs
let FullPage = require('/path/to/fullPage.js');

// ES6
import FullPage from '/path/to/fullPage.js';

SidKwok avatar Aug 29 '16 11:08 SidKwok