Closed ghost closed 6 years ago
Hi,
i've installed Slip by npm (https://www.npmjs.com/package/slipjs/tutorial). As i'm using browserify, i would like to know how to call Slip by require / import instruction. It's for just a part of a SPA, so i don't want to use a script html tag.
Try global.Slip or window.Slip.
global.Slip
window.Slip
Hi,
i've installed Slip by npm (https://www.npmjs.com/package/slipjs/tutorial). As i'm using browserify, i would like to know how to call Slip by require / import instruction. It's for just a part of a SPA, so i don't want to use a script html tag.