skoll
v0.1.5
Published
a simple browserifiable upload modal
Downloads
4
Maintainers
Readme
Sköll
Skoll is an upload modal that is hella cool. It is super pluggable by nature. You can overide just about anything, even the base functionality ( they are plugins! ). Check out the example.
Skoll does not provide any CSS out of box but there is example CSS in the examples dir. This is because CSS needs to be fully customizable and we don't want you to have to overwrite our styles.
To read more about Sköll checkout the spec.
Usage
Use with Browserify.
var skoll = require( 'skoll' );
skoll.addPlugin( foo );
skoll.useToUpload( function( event ) {
} );
skoll.open();
Creating a plugin
coming soon.
Creating an upload fn
coming soon.