Skip to content

Instantly share code, notes, and snippets.

View ashraffayad's full-sized avatar

Ashraf Fayad ashraffayad

View GitHub Profile
@ashraffayad
ashraffayad / index.js
Last active January 8, 2016 09:15
requirebin sketch
// require() some stuff from npm (like you were using browserify)
// and then hit Run Code to run it on the right
var GeminiScrollbar = require('gemini-scrollbar');
var myScrollbar = new GeminiScrollbar({
element: document.querySelector('.scroller1')
}).create();