buzinas / simple-scrollbar

Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser.
MIT License
575 stars 159 forks source link

Convert to importable es6 module? #31

Closed promisetochi closed 6 years ago

promisetochi commented 6 years ago

Make importable like so:

import simpleScrollbar from 'simple-scrollbar'

Would be happy to make a PR