powy1993 / fullpage

For desktop(ie5.5+) or mobile webApp without jQuery,create full screen pages fast and simple.
http://1.fullpagechris.sinaapp.com/index.html
750 stars 267 forks source link

Add support of UMD #37

Open SidKwok opened 8 years ago

SidKwok commented 8 years ago

It should be able to:

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

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